diff options
Diffstat (limited to 'fw/fe310/eos/sdcard.h')
-rw-r--r-- | fw/fe310/eos/sdcard.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fw/fe310/eos/sdcard.h b/fw/fe310/eos/sdcard.h new file mode 100644 index 0000000..a0a1ae3 --- /dev/null +++ b/fw/fe310/eos/sdcard.h @@ -0,0 +1,3 @@ +#include <stdint.h> + +void eos_sdc_init(void); |