libctru/libctru/include/3ds/sdmc.h
2015-10-04 14:08:02 -07:00

14 lines
192 B
C

/**
* @file sdmc.h
* @brief SDMC driver.
*/
#pragma once
#include <3ds/types.h>
/// Initializes the SDMC driver.
Result sdmcInit(void);
/// Exits the SDMC driver.
Result sdmcExit(void);