Changeset 22f7769 in mainline for arch/amd64/include/types.h
- Timestamp:
- 2005-10-17T23:31:41Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4b2c872d
- Parents:
- 75eacab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/types.h
r75eacab r22f7769 41 41 typedef __u64 __address; 42 42 43 /* Flags of processor (return value of cpu_priority_high()) */44 typedef __u64 pri_t;43 /* Flags of processor (return value of interrupts_disable()) */ 44 typedef __u64 ipl_t; 45 45 46 46 typedef __u64 __native;
Note:
See TracChangeset
for help on using the changeset viewer.