Changeset 46416ab in mainline
- Timestamp:
- 2010-04-17T01:13:46Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e35bf88
- Parents:
- abf09311
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia64/include/types.h
rabf09311 r46416ab 40 40 #include <libarch/common.h> 41 41 42 typedef struct { 43 uint64_t lo; 44 int64_t hi; 45 } int128_t; 46 47 typedef struct { 48 uint64_t lo; 49 uint64_t hi; 50 } uint128_t; 51 42 52 typedef uint64_t sysarg_t; 43 53
Note:
See TracChangeset
for help on using the changeset viewer.