Module svc

Source
Expand description

Syscall APIs

Not all APIs are wrapped in this module, since a lot are fundamentally unsafe. Most APIs should be used directly from ctru-sys.

Traits§

HandleExt
Extension trait for Handle

Functions§

make_ipc_header
Creates a command header to be used for IPC. This is a const fn version of ctru_sys::IPC_MakeHeader.