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:
Axel Dörfler 2004-05-10 13:29:47 +00:00
parent 9bd10a87c7
commit 7a7c7d9c2f
1 changed files with 5 additions and 0 deletions

View File

@ -25,7 +25,12 @@
* modules that can't be loaded from disk.
*/
extern module_info gDeviceManagerModule;
extern module_info gDeviceRootModule;
static module_info *sBuiltInModules[] = {
&gDeviceManagerModule,
&gDeviceRootModule,
NULL
};