mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 15:56:45 +08:00
mmc: Import MMC/SDCard support from libusb
This commit is contained in:
@@ -88,6 +88,13 @@ RTEMS_BSD_DEFINE_NEXUS_DEVICE(cgem, 0, RTEMS_ARRAY_SIZE(cgem0_res),
|
||||
|
||||
SYSINIT_DRIVER_REFERENCE(e1000phy, miibus);
|
||||
|
||||
#elif defined(LIBBSP_ARM_ALTERA_CYCLONE_V_BSP_H)
|
||||
|
||||
RTEMS_BSD_DEFINE_NEXUS_DEVICE(dw_mmc, 0, 0, NULL);
|
||||
|
||||
SYSINIT_DRIVER_REFERENCE(mmc, dw_mmc);
|
||||
SYSINIT_DRIVER_REFERENCE(mmcsd, mmc);
|
||||
|
||||
#elif defined(LIBBSP_POWERPC_QORIQ_BSP_H)
|
||||
|
||||
#if !QORIQ_CHIP_IS_T_VARIANT(QORIQ_CHIP_VARIANT)
|
||||
|
Reference in New Issue
Block a user