Rev 3425 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3425 | Rev 4377 | ||
---|---|---|---|
Line 80... | Line 80... | ||
80 | extern void buddy_system_create(buddy_system_t *, uint8_t, |
80 | extern void buddy_system_create(buddy_system_t *, uint8_t, |
81 | buddy_system_operations_t *, void *); |
81 | buddy_system_operations_t *, void *); |
82 | extern link_t *buddy_system_alloc(buddy_system_t *, uint8_t); |
82 | extern link_t *buddy_system_alloc(buddy_system_t *, uint8_t); |
83 | extern bool buddy_system_can_alloc(buddy_system_t *, uint8_t); |
83 | extern bool buddy_system_can_alloc(buddy_system_t *, uint8_t); |
84 | extern void buddy_system_free(buddy_system_t *, link_t *); |
84 | extern void buddy_system_free(buddy_system_t *, link_t *); |
85 | extern size_t buddy_conf_size(int); |
85 | extern size_t buddy_conf_size(size_t); |
86 | extern link_t *buddy_system_alloc_block(buddy_system_t *, link_t *); |
86 | extern link_t *buddy_system_alloc_block(buddy_system_t *, link_t *); |
87 | 87 | ||
88 | #endif |
88 | #endif |
89 | 89 | ||
90 | /** @} |
90 | /** @} |