diff options
Diffstat (limited to 'ctru-sys/src/types.rs')
| -rw-r--r-- | ctru-sys/src/types.rs | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/ctru-sys/src/types.rs b/ctru-sys/src/types.rs deleted file mode 100644 index d5baa88..0000000 --- a/ctru-sys/src/types.rs +++ /dev/null @@ -1,27 +0,0 @@ -/* automatically generated by rust-bindgen */ - -#![allow(dead_code, - non_camel_case_types, - non_upper_case_globals, - non_snake_case)] -pub type u8_ = u8; -pub type u16_ = u16; -pub type u32_ = u32; -pub type u64_ = u64; -pub type s8 = i8; -pub type s16 = i16; -pub type s32 = i32; -pub type s64 = i64; -pub type vu8 = u8_; -pub type vu16 = u16_; -pub type vu32 = u32_; -pub type vu64 = u64_; -pub type vs8 = s8; -pub type vs16 = s16; -pub type vs32 = s32; -pub type vs64 = s64; -pub type Handle = u32_; -pub type Result = s32; -pub type ThreadFunc = - ::core::option::Option<unsafe extern "C" fn(arg1: *mut ::libc::c_void)>; -pub type voidfn = ::core::option::Option<extern "C" fn()>; |