Changeset 2382d09 in mainline for arch/ia32/include/proc/task.h
- Timestamp:
- 2006-04-29T15:01:41Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 407862e
- Parents:
- 69a5600
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/include/proc/task.h
r69a5600 r2382d09 35 35 36 36 typedef struct { 37 bitmap_t iomap; 37 count_t iomapver; /**< I/O Permission bitmap Generation counter. */ 38 bitmap_t iomap; /**< I/O Permission bitmap. */ 38 39 } task_arch_t; 39 40
Note:
See TracChangeset
for help on using the changeset viewer.