1
0
Fork 0
alistair23-linux/arch/cris/include/asm/types.h

13 lines
189 B
C

#ifndef _ETRAX_TYPES_H
#define _ETRAX_TYPES_H
#include <uapi/asm/types.h>
/*
* These aren't exported outside the kernel to avoid name space clashes
*/
#define BITS_PER_LONG 32
#endif