Changeset 810a36f in mainline for kernel/arch/arm32/include
- Timestamp:
- 2017-10-24T05:29:08Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b1eb7ef
- Parents:
- c8fbbe7 (diff), 673ea28 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
kernel/arch/arm32/include/arch/types.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/include/arch/types.h
rc8fbbe7 r810a36f 37 37 #define KERN_arm32_TYPES_H_ 38 38 39 #include <arch/common.h>40 41 39 #ifndef DOXYGEN 42 40 #define ATTRIBUTE_PACKED __attribute__((packed)) … … 45 43 #endif 46 44 47 typedef uint32_t size_t; 48 typedef int32_t ssize_t; 49 50 typedef uint32_t uintptr_t; 51 typedef uint32_t pfn_t; 52 53 typedef uint32_t ipl_t; 54 55 typedef uint32_t sysarg_t; 56 typedef int32_t native_t; 57 typedef uint32_t atomic_count_t; 45 #include <_bits/all.h> 58 46 59 47 typedef struct { 60 48 } fncptr_t; 61 62 #define PRIdn PRId32 /**< Format for native_t. */63 #define PRIun PRIu32 /**< Format for sysarg_t. */64 #define PRIxn PRIx32 /**< Format for hexadecimal sysarg_t. */65 #define PRIua PRIu32 /**< Format for atomic_count_t. */66 49 67 50 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
