source: trunk/packages/xen-common/xen-common/xen/include/asm-x86/compat.h @ 34

Last change on this file since 34 was 34, checked in by hartmans, 17 years ago

Add xen and xen-common

File size: 195 bytes
Line 
1/******************************************************************************
2 * compat.h
3 */
4
5#define COMPAT_BITS_PER_LONG 32
6
7typedef uint32_t compat_ptr_t;
8typedef unsigned long full_ptr_t;
Note: See TracBrowser for help on using the repository browser.