* Added a post boot device module init function that unloads all unused modules,

as they aren't unloaded when there is no boot device yet.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27136 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-08-22 09:41:10 +00:00
parent dcd8c085ed
commit 5a123e3591
3 changed files with 25 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ extern status_t load_module(const char *path, module_info ***_modules);
extern status_t module_init(struct kernel_args *args);
extern status_t module_init_post_threads(void);
extern status_t module_init_post_boot_device(void);
#ifdef __cplusplus
}