Change fusee folder naming

This commit is contained in:
Michael Scire
2018-04-07 21:44:32 -06:00
parent 2c7d6dc9b7
commit 18f1274587
171 changed files with 12 additions and 12 deletions

View File

@@ -0,0 +1,27 @@
#include <string.h>
#include "sdmmc.h"
/* Initialize the SDMMC1 (SD card) controller */
void sdmmc1_init(void)
{
/* TODO */
}
/* Initialize the SDMMC2 (GC asic) controller */
void sdmmc2_init(void)
{
/* TODO */
}
/* Initialize the SDMMC3 (unused) controller */
void sdmmc3_init(void)
{
/* TODO */
}
/* Initialize the SDMMC4 (eMMC) controller */
void sdmmc4_init(void)
{
/* TODO */
}