Changeset 25b9e2c in mainline for kernel/arch/ia32/include/proc/task.h
- Timestamp:
- 2007-11-26T22:24:55Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d4e38c7
- Parents:
- 263e1ec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/proc/task.h
r263e1ec r25b9e2c 40 40 41 41 typedef struct { 42 count_t iomapver; /**< I/O Permission bitmap Generation counter. */ 43 bitmap_t iomap; /**< I/O Permission bitmap. */ 42 /** I/O Permission bitmap Generation counter. */ 43 count_t iomapver; 44 /** I/O Permission bitmap. */ 45 bitmap_t iomap; 44 46 } task_arch_t; 45 47
Note:
See TracChangeset
for help on using the changeset viewer.