libtransistor
A userland library for the Nintendo Switch
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
squashfs.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 #include<libtransistor/types.h>
14 
15 typedef struct sqfs sqfs;
16 result_t trn_sqfs_open_root(trn_inode_t *out, sqfs *fs);
17 
18 #ifdef __cplusplus
19 }
20 #endif
Various system types.
uint32_t result_t
Function result.
Definition: types.h:51
Definition: inode.h:17
Inode structures and functions for virtual filesystem.