Rev 3386 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3386 | Rev 4581 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | #include <arch/types.h> |
38 | #include <arch/types.h> |
39 | #include <adt/bitmap.h> |
39 | #include <adt/bitmap.h> |
40 | 40 | ||
41 | typedef struct { |
41 | typedef struct { |
42 | /** I/O Permission bitmap Generation counter. */ |
42 | /** I/O Permission bitmap Generation counter. */ |
43 | count_t iomapver; |
43 | size_t iomapver; |
44 | /** I/O Permission bitmap. */ |
44 | /** I/O Permission bitmap. */ |
45 | bitmap_t iomap; |
45 | bitmap_t iomap; |
46 | } task_arch_t; |
46 | } task_arch_t; |
47 | 47 | ||
48 | #endif |
48 | #endif |