Changeset 7ee7e6a in mainline for uspace/lib/c/include/sys/types.h
- Timestamp:
- 2017-05-15T21:24:35Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- adc68de
- Parents:
- 0e7c3d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/sys/types.h
r0e7c3d9 r7ee7e6a 46 46 typedef uint32_t fourcc_t; 47 47 48 typedef volatile uint8_t ioport8_t;49 typedef volatile uint16_t ioport16_t;50 typedef volatile uint32_t ioport32_t;51 52 48 typedef int16_t unaligned_int16_t __attribute__ ((aligned(1))); 53 49 typedef int32_t unaligned_int32_t __attribute__ ((aligned(1)));
Note:
See TracChangeset
for help on using the changeset viewer.