Removed linux linked list dependency.

This commit is contained in:
Bahadir Balban
2009-06-02 13:19:17 +03:00
parent 4757f46f71
commit 276b4643c6
69 changed files with 455 additions and 885 deletions

View File

@@ -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__ */