Files
Debian-9-Kernel/arch/alpha/include/uapi/asm/bitsperlong.h
T

9 lines
174 B
C
Raw Normal View History

2023-05-02 09:58:35 +02: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 */