Changeset 9fa16b20 in mainline for arch/ia32/include/proc/task.h
- Timestamp:
- 2006-04-17T15:45:38Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 73e9b49
- Parents:
- 97a7eff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/include/proc/task.h
r97a7eff r9fa16b20 32 32 #include <typedefs.h> 33 33 #include <arch/types.h> 34 #include <adt/bitmap.h> 34 35 35 36 typedef struct { 36 count_t iomap_size; 37 __u8 *iomap; 37 bitmap_t iomap; 38 38 } task_arch_t; 39 39
Note:
See TracChangeset
for help on using the changeset viewer.