Forgot to commit this: defines the AmigaFFS module info structure.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4703 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-09-16 02:28:21 +00:00
parent 5bb34df0a8
commit 69a8a40770
+1
View File
@@ -76,5 +76,6 @@ struct file_system_module_info {
}; };
extern file_system_module_info gBFSFileSystemModule; extern file_system_module_info gBFSFileSystemModule;
extern file_system_module_info gAmigaFFSFileSystemModule;
#endif /* KERNEL_BOOT_PARTITIONS_H */ #endif /* KERNEL_BOOT_PARTITIONS_H */