Rev 2083 | Rev 2106 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2083 | Rev 2089 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | 34 | ||
| 35 | #ifndef KERN_BUDDY_H_ |
35 | #ifndef KERN_BUDDY_H_ |
| 36 | #define KERN_BUDDY_H_ |
36 | #define KERN_BUDDY_H_ |
| 37 | 37 | ||
| 38 | #include <arch/types.h> |
38 | #include <arch/types.h> |
| 39 | #include <typedefs.h> |
39 | #include <adt/list.h> |
| 40 | 40 | ||
| 41 | #define BUDDY_SYSTEM_INNER_BLOCK 0xff |
41 | #define BUDDY_SYSTEM_INNER_BLOCK 0xff |
| 42 | 42 | ||
| 43 | struct buddy_system; |
43 | struct buddy_system; |
| 44 | 44 | ||