mirror of
https://github.com/lcbcFoo/ReonV.git
synced 2025-04-23 13:07:08 -04:00
24 lines
392 B
C
24 lines
392 B
C
#ifndef CONFIG_SDCTRL
|
|
#define CONFIG_SDCTRL 0
|
|
#endif
|
|
|
|
#ifndef CONFIG_SDCTRL_SEPBUS
|
|
#define CONFIG_SDCTRL_SEPBUS 0
|
|
#endif
|
|
|
|
#ifndef CONFIG_SDCTRL_INVCLK
|
|
#define CONFIG_SDCTRL_INVCLK 0
|
|
#endif
|
|
|
|
#ifndef CONFIG_SDCTRL_BUS64
|
|
#define CONFIG_SDCTRL_BUS64 0
|
|
#endif
|
|
|
|
#ifndef CONFIG_SDCTRL_PAGE
|
|
#define CONFIG_SDCTRL_PAGE 0
|
|
#endif
|
|
|
|
#ifndef CONFIG_SDCTRL_PROGPAGE
|
|
#define CONFIG_SDCTRL_PROGPAGE 0
|
|
#endif
|
|
|