blob: 67f6d63e6d1645d8e0c640e57f5d7e22f884992d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/* automatically generated by rust-bindgen */
#![allow(dead_code,
non_camel_case_types,
non_upper_case_globals,
non_snake_case)]
extern "C" {
pub fn nsInit() -> Result;
pub fn nsExit();
pub fn NS_LaunchFIRM(titleid: u64_) -> Result;
pub fn NS_LaunchTitle(titleid: u64_, launch_flags: u32_,
procid: *mut u32_) -> Result;
pub fn NS_LaunchApplicationFIRM(titleid: u64_, flags: u32_) -> Result;
pub fn NS_RebootToTitle(mediatype: u8_, titleid: u64_) -> Result;
pub fn NS_TerminateProcessTID(titleid: u64_) -> Result;
}
use ::types::*;
|