21 #ifndef _COBALT_KERNEL_ARITH_H 22 #define _COBALT_KERNEL_ARITH_H 24 #include <asm/byteorder.h> 25 #include <asm/div64.h> 28 #define endianstruct { unsigned int _h; unsigned int _l; } 30 #define endianstruct { unsigned int _l; unsigned int _h; } 33 #include <asm/xenomai/uapi/arith.h>