Rev 1184 | Rev 1256 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1184 | Rev 1201 | ||
|---|---|---|---|
| Line 29... | Line 29... | ||
| 29 | #ifndef __ia32_TASK_H__ |
29 | #ifndef __ia32_TASK_H__ |
| 30 | #define __ia32_TASK_H__ |
30 | #define __ia32_TASK_H__ |
| 31 | 31 | ||
| 32 | #include <typedefs.h> |
32 | #include <typedefs.h> |
| 33 | #include <arch/types.h> |
33 | #include <arch/types.h> |
| - | 34 | #include <adt/bitmap.h> |
|
| 34 | 35 | ||
| 35 | typedef struct { |
36 | typedef struct { |
| 36 | count_t iomap_size; |
- | |
| 37 | __u8 *iomap; |
37 | bitmap_t iomap; |
| 38 | } task_arch_t; |
38 | } task_arch_t; |
| 39 | 39 | ||
| 40 | #endif |
40 | #endif |