mirror of
https://github.com/drasko/codezero.git
synced 2026-03-15 16:51:49 +01:00
Removed linux linked list dependency.
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
|
||||
void test_allocpage(int num_allocs, int alloc_max, FILE *init, FILE *exit);
|
||||
void print_page_area(struct page_area *a, int no);
|
||||
void print_caches(struct list_head *cache_head);
|
||||
void print_caches(struct link *cache_head);
|
||||
void print_cache(struct mem_cache *c, int cacheno);
|
||||
void print_areas(struct list_head *area_head);
|
||||
void print_areas(struct link *area_head);
|
||||
void print_page_area(struct page_area *ar, int areano);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user