Changeset b63f8569 in mainline for kernel/arch/ia32xen/include/types.h
- Timestamp:
- 2008-06-03T14:58:53Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f4c2b6a
- Parents:
- cd8ad52
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32xen/include/types.h
rcd8ad52 rb63f8569 62 62 typedef int32_t native_t; 63 63 64 typedef uint8_t bool;65 typedef uint64_t thread_id_t;66 typedef uint64_t task_id_t;67 typedef uint32_t context_id_t;68 69 typedef int32_t inr_t;70 typedef int32_t devno_t;71 72 64 /** Page Table Entry. */ 73 65 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.