Changeset 25d7709 in mainline for arch/ia64/include/types.h
- Timestamp:
- 2006-03-13T20:08:16Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 631ca4d
- Parents:
- 45d6add
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/include/types.h
r45d6add r25d7709 1 1 /* 2 2 * Copyright (C) 2005 Jakub Jermar 3 3 * All rights reserved. … … 48 48 49 49 typedef __u64 __native; 50 typedef __s64 __ native;50 typedef __s64 __snative; 51 51 52 52 typedef struct pte pte_t;
Note:
See TracChangeset
for help on using the changeset viewer.