Rev 2071 | Rev 3206 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2089 | ||
---|---|---|---|
Line 40... | Line 40... | ||
40 | */ |
40 | */ |
41 | 41 | ||
42 | #include <mm/buddy.h> |
42 | #include <mm/buddy.h> |
43 | #include <mm/frame.h> |
43 | #include <mm/frame.h> |
44 | #include <arch/types.h> |
44 | #include <arch/types.h> |
45 | #include <typedefs.h> |
- | |
46 | #include <adt/list.h> |
- | |
47 | #include <debug.h> |
45 | #include <debug.h> |
48 | #include <print.h> |
46 | #include <print.h> |
49 | 47 | ||
50 | /** Return size needed for the buddy configuration data */ |
48 | /** Return size needed for the buddy configuration data */ |
51 | size_t buddy_conf_size(int max_order) |
49 | size_t buddy_conf_size(int max_order) |