Changeset c22e964 in mainline for kernel/arch/arm32/include/types.h
- Timestamp:
- 2009-03-03T20:28:09Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5d8d71e
- Parents:
- da581872
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/include/types.h
rda581872 rc22e964 65 65 typedef int32_t native_t; 66 66 67 typedef volatile uint8_t ioport8_t;68 typedef volatile uint16_t ioport16_t;69 typedef volatile uint32_t ioport32_t;70 71 67 typedef struct { 72 68 } fncptr_t;
Note:
See TracChangeset
for help on using the changeset viewer.