Rev 3635 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3635 | Rev 3774 | ||
|---|---|---|---|
| Line 41... | Line 41... | ||
| 41 | typedef struct { |
41 | typedef struct { |
| 42 | bitmap_t *iomap; |
42 | bitmap_t *iomap; |
| 43 | } task_arch_t; |
43 | } task_arch_t; |
| 44 | 44 | ||
| 45 | 45 | ||
| 46 | #define task_create_arch(t) {(t)->arch.iomap=NULL;} |
46 | #define task_create_arch(t) { (t)->arch.iomap = NULL; } |
| 47 | #define task_destroy_arch(t) |
47 | #define task_destroy_arch(t) |
| 48 | 48 | ||
| 49 | #endif |
49 | #endif |
| 50 | 50 | ||
| 51 | /** @} |
51 | /** @} |