Changeset fa0dfaf in mainline for arch/amd64/include/types.h
- Timestamp:
- 2005-08-30T20:15:50Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ba18512
- Parents:
- d0c30f7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/types.h
rd0c30f7 rfa0dfaf 27 27 */ 28 28 29 #ifndef __ TYPES_H__30 #define __ TYPES_H__29 #ifndef __amd64_TYPES_H__ 30 #define __amd64_TYPES_H__ 31 31 32 32 #define NULL 0 … … 41 41 typedef __u64 __address; 42 42 43 typedef __u32 pri_t; 43 /* Flags of processor (return value of cpu_priority_high()) */ 44 typedef __u64 pri_t; 44 45 45 46 typedef __u64 __native;
Note:
See TracChangeset
for help on using the changeset viewer.