X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-ia64%2Fsn%2Ftypes.h;h=586ed47cae9c4cafa0cdcfee31becf0994d31547;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=ac9dff862e4da9284450428f8798367cb219d384;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-ia64/sn/types.h b/include/asm-ia64/sn/types.h index ac9dff862..586ed47ca 100644 --- a/include/asm-ia64/sn/types.h +++ b/include/asm-ia64/sn/types.h @@ -9,13 +9,15 @@ #ifndef _ASM_IA64_SN_TYPES_H #define _ASM_IA64_SN_TYPES_H +#include + typedef unsigned long cpuid_t; typedef signed short nasid_t; /* node id in numa-as-id space */ typedef signed char partid_t; /* partition ID type */ typedef unsigned int moduleid_t; /* user-visible module number type */ typedef unsigned int cmoduleid_t; /* kernel compact module id type */ typedef signed char slabid_t; - +typedef u64 nic_t; typedef unsigned long iopaddr_t; typedef unsigned long paddr_t; typedef short cnodeid_t;