mirror of
https://github.com/drasko/codezero.git
synced 2026-04-22 11:49:05 +02:00
Removed linux linked list dependency.
This commit is contained in:
@@ -21,7 +21,7 @@ struct initdata {
|
||||
struct page_bitmap page_map;
|
||||
unsigned long pager_utcb_virt;
|
||||
unsigned long pager_utcb_phys;
|
||||
struct list_head boot_file_list;
|
||||
struct link boot_file_list;
|
||||
};
|
||||
|
||||
extern struct initdata initdata;
|
||||
|
||||
Reference in New Issue
Block a user