index
:
ctru-rs
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ctru-sys
/
src
/
sdmc.rs
blob: ee7083924fd62005e45524755b6229033e957768 (
plain
) (
blame
)
1
2
3
4
5
6
7
use
Result
;
extern
"C"
{
pub
fn
sdmcInit
()
->
Result
;
pub
fn
sdmcExit
()
->
Result
;
}