mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 20:21:19 +08:00
Move core system initialization references
This commit is contained in:
@@ -27,14 +27,6 @@
|
||||
#include <sys/queue.h>
|
||||
#include <sys/kernel.h>
|
||||
|
||||
#define SYSINIT_NEED_FREEBSD_CORE \
|
||||
SYSINIT_REFERENCE(configure1); \
|
||||
SYSINIT_REFERENCE(module); \
|
||||
SYSINIT_REFERENCE(kobj); \
|
||||
SYSINIT_REFERENCE(linker_kernel); \
|
||||
SYSINIT_MODULE_REFERENCE(rootbus); \
|
||||
SYSINIT_DRIVER_REFERENCE(nexus, root)
|
||||
|
||||
#define SYSINIT_NEED_USB_CORE \
|
||||
SYSINIT_REFERENCE(usb_quirk_init); \
|
||||
SYSINIT_DRIVER_REFERENCE(uhub, usbus)
|
||||
|
Reference in New Issue
Block a user