libctru/libctru/include/3ds/sdmc.h

14 lines
192 B
C
Raw Normal View History

/**
* @file sdmc.h
* @brief SDMC driver.
*/
2014-11-18 05:33:09 +01:00
#pragma once
#include <3ds/types.h>
//! Initializes the SDMC driver.
2014-11-18 05:33:09 +01:00
Result sdmcInit(void);
//! Exits the SDMC driver.
2014-11-18 05:33:09 +01:00
Result sdmcExit(void);