mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-06 13:23:32 +08:00
Added pcib
This commit is contained in:
parent
fb4c8a98f5
commit
b9fa3c9245
@ -58,6 +58,9 @@
|
||||
SYSINIT_DRIVER_REFERENCE(mmc, sdhci); \
|
||||
SYSINIT_DRIVER_REFERENCE(mmcsd, mmc)
|
||||
|
||||
#define SYSINIT_NEED_PCIB \
|
||||
SYSINIT_DRIVER_REFERENCE(pci, pcib);
|
||||
|
||||
#define SYSINIT_NEED_NET_IF_BFE \
|
||||
SYSINIT_DRIVER_REFERENCE(bfe, pci)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user