mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-06-20 02:38:56 +00:00
11 lines
149 B
C
11 lines
149 B
C
|
|
#ifndef FUSEE_NX_FS_H
|
||
|
|
#define FUSEE_NX_FS_H
|
||
|
|
|
||
|
|
#include "fs_dev.h"
|
||
|
|
#include "raw_dev.h"
|
||
|
|
|
||
|
|
int nxfs_mount_all(void);
|
||
|
|
int nxfs_unmount_all(void);
|
||
|
|
|
||
|
|
#endif
|