Rev 2123 | Rev 2133 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2123 | Rev 2128 | ||
---|---|---|---|
Line 63... | Line 63... | ||
63 | #include <print.h> |
63 | #include <print.h> |
64 | #include <align.h> |
64 | #include <align.h> |
65 | #include <mm/slab.h> |
65 | #include <mm/slab.h> |
66 | #include <bitops.h> |
66 | #include <bitops.h> |
67 | #include <macros.h> |
67 | #include <macros.h> |
- | 68 | #include <config.h> |
|
68 | 69 | ||
69 | typedef struct { |
70 | typedef struct { |
70 | count_t refcount; /**< tracking of shared frames */ |
71 | count_t refcount; /**< tracking of shared frames */ |
71 | uint8_t buddy_order; /**< buddy system block order */ |
72 | uint8_t buddy_order; /**< buddy system block order */ |
72 | link_t buddy_link; /**< link to the next free block inside one order */ |
73 | link_t buddy_link; /**< link to the next free block inside one order */ |