M7350/kernel/arch/alpha/include/uapi/asm/bitsperlong.h

9 lines
174 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
#ifndef __ASM_ALPHA_BITSPERLONG_H
#define __ASM_ALPHA_BITSPERLONG_H
#define __BITS_PER_LONG 64
#include <asm-generic/bitsperlong.h>
#endif /* __ASM_ALPHA_BITSPERLONG_H */