mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-18 21:07:23 +01:00
4f50d412f5
In theory, one could mount an encrypted FAT partition itself coming from a disk image, etc.
11 lines
165 B
C
11 lines
165 B
C
#ifndef FUSEE_SWITCH_FS_H
|
|
#define FUSEE_SWITCH_FS_H
|
|
|
|
#include "fs_dev.h"
|
|
#include "raw_dev.h"
|
|
|
|
int switchfs_mount_all(void);
|
|
int switchfs_unmount_all(void);
|
|
|
|
#endif
|