mirror of
https://github.com/drasko/codezero.git
synced 2026-03-05 03:53:13 +01:00
Removed linux linked list dependency.
This commit is contained in:
@@ -33,6 +33,6 @@ struct vfs_file_data {
|
||||
struct vm_file *vfs_file_create(void);
|
||||
|
||||
|
||||
extern struct list_head vm_file_list;
|
||||
extern struct link vm_file_list;
|
||||
|
||||
#endif /* __MM0_FILE_H__ */
|
||||
|
||||
Reference in New Issue
Block a user