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 | |
---|---|
File size: 195 bytes |
Line | |
---|---|
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; |
Note: See TracBrowser
for help on using the repository browser.