linux-headers/arch/e2k/include/asm/bitsperlong.h

9 lines
168 B
C

#ifndef __ASM_E2K_BITSPERLONG_H
#define __ASM_E2K_BITSPERLONG_H
#define __BITS_PER_LONG 64
#include <asm-generic/bitsperlong.h>
#endif /* __ASM_E2K_BITSPERLONG_H */