Changeset 06e1e95 in mainline for kernel/arch/ia64/include/pal/pal.h
- Timestamp:
- 2006-09-14T17:09:21Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1d1f5d3
- Parents:
- e5ecc02
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/include/pal/pal.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup ia64 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __ia64_PAL_H__36 #define __ia64_PAL_H__35 #ifndef KERN_ia64_PAL_H_ 36 #define KERN_ia64_PAL_H_ 37 37 38 38 #define PAL_OK 0 /**< Call completed without error. */ … … 96 96 97 97 /* 98 Ski PTCE data99 */98 * Ski PTCE data 99 */ 100 100 #define PAL_PTCE_INFO_BASE() (0x100000000LL) 101 101 #define PAL_PTCE_INFO_COUNT1() (2) … … 104 104 #define PAL_PTCE_INFO_STRIDE2() (0x2000) 105 105 106 107 106 #endif 108 107 109 108 /** @} 110 109 */ 111
Note:
See TracChangeset
for help on using the changeset viewer.