mirror of
https://github.com/drasko/codezero.git
synced 2026-03-04 11:33:15 +01:00
Removed linux linked list dependency.
This commit is contained in:
@@ -12,6 +12,6 @@
|
||||
#endif
|
||||
|
||||
void print_page_area_list(struct page_allocator *p);
|
||||
void print_km_area_list(struct list_head *s);
|
||||
void print_km_area_list(struct link *s);
|
||||
void print_km_area(struct km_area *s);
|
||||
#endif /* DEBUG_H */
|
||||
|
||||
Reference in New Issue
Block a user