libtransistor
A userland library for the Nintendo Switch
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
fspfs.h
Go to the documentation of this file.
1 
16 #pragma once
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
22 #include<libtransistor/types.h>
25 
40 
41 #ifdef __cplusplus
42 }
43 #endif
Various system types.
result_t trn_fspfs_create(trn_inode_t *out, ifilesystem_t fs)
Create an FSPFS filesystem.
uint32_t result_t
Function result.
Definition: types.h:51
Represents either an object within an IPC domain or a standalone object.
Definition: ipc.h:32
Definition: inode.h:17
IFileSystem bindings.
Inode structures and functions for virtual filesystem.