00001 00041 #ifndef ARCH_TYPES_H_INCLUDED 00042 #define ARCH_TYPES_H_INCLUDED 00043 00045 #define BITS_PER_LONG (32) 00046 00048 typedef unsigned long phys_addr_t; 00049 00051 typedef unsigned long phys_size_t; 00052 00053 #endif /* ARCH_TYPES_H_INCLUDED */
1.5.8