aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/compat.h
blob: f9df74ece884df6e65fdbf48eba2cff95c949caf (plain)
1
2
3
4
5
6
7
8
/******************************************************************************
 * compat.h
 */

#define COMPAT_BITS_PER_LONG 32

typedef uint32_t compat_ptr_t;
typedef unsigned long full_ptr_t;