Changeset b9e97fb in mainline for arch/amd64/include/types.h
- Timestamp:
- 2005-08-31T10:53:34Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8f91729
- Parents:
- 9756131
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/types.h
r9756131 rb9e97fb 37 37 typedef unsigned short __u16; 38 38 typedef unsigned int __u32; 39 typedef long long __u64;39 typedef unsigned long long __u64; 40 40 41 41 typedef __u64 __address;
Note:
See TracChangeset
for help on using the changeset viewer.