aboutsummaryrefslogtreecommitdiff
path: root/ctru-sys/src/sdmc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ctru-sys/src/sdmc.rs')
-rw-r--r--ctru-sys/src/sdmc.rs29
1 files changed, 0 insertions, 29 deletions
diff --git a/ctru-sys/src/sdmc.rs b/ctru-sys/src/sdmc.rs
deleted file mode 100644
index 9cf1209..0000000
--- a/ctru-sys/src/sdmc.rs
+++ /dev/null
@@ -1,29 +0,0 @@
-/* automatically generated by rust-bindgen */
-
-#![allow(dead_code,
- non_camel_case_types,
- non_upper_case_globals,
- non_snake_case)]
-
-use ::types::*;
-use services::fs::FS_DirectoryEntry;
-
-#[repr(C)]
-#[derive(Copy, Clone)]
-pub struct sdmc_dir_t {
- pub magic: u32_,
- pub fd: Handle,
- pub index: ::libc::ssize_t,
- pub size: ::libc::size_t,
- pub entry_data: [FS_DirectoryEntry; 32usize],
-}
-impl ::core::default::Default for sdmc_dir_t {
- fn default() -> Self { unsafe { ::core::mem::zeroed() } }
-}
-extern "C" {
- pub fn sdmcInit() -> Result;
- pub fn sdmcWriteSafe(enable: u8);
- pub fn sdmcExit() -> Result;
- pub fn sdmc_getmtime(name: *const ::libc::c_char, mtime: *mut u64_)
- -> Result;
-}