mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-17 06:50:37 +08:00
Move core system initialization references
This commit is contained in:
@@ -49,6 +49,13 @@
|
||||
|
||||
#include <rtems/bsd/bsd.h>
|
||||
|
||||
SYSINIT_REFERENCE(configure1);
|
||||
SYSINIT_REFERENCE(module);
|
||||
SYSINIT_REFERENCE(kobj);
|
||||
SYSINIT_REFERENCE(linker_kernel);
|
||||
SYSINIT_MODULE_REFERENCE(rootbus);
|
||||
SYSINIT_DRIVER_REFERENCE(nexus, root);
|
||||
|
||||
/* In FreeBSD this is a local function */
|
||||
void mi_startup(void);
|
||||
|
||||
|
Reference in New Issue
Block a user