Added current device manager built-in modules - the device manager itself will
probably be available as public kernel API as well (or rather, only). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7492 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
9bd10a87c7
commit
7a7c7d9c2f
@ -25,7 +25,12 @@
|
|||||||
* modules that can't be loaded from disk.
|
* modules that can't be loaded from disk.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
extern module_info gDeviceManagerModule;
|
||||||
|
extern module_info gDeviceRootModule;
|
||||||
|
|
||||||
static module_info *sBuiltInModules[] = {
|
static module_info *sBuiltInModules[] = {
|
||||||
|
&gDeviceManagerModule,
|
||||||
|
&gDeviceRootModule,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user