mirror of
https://github.com/drasko/codezero.git
synced 2026-03-02 02:33:12 +01: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