1 /******************************************************************************
2  * compat.h
3  */
4 
5 #define COMPAT_BITS_PER_LONG 32
6 
7 typedef uint32_t compat_ptr_t;
8 typedef unsigned long full_ptr_t;
9