mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-12-14 08:43:03 +01:00
13 lines
221 B
C
13 lines
221 B
C
#ifndef FUSEE_SWITCH_FS_H
|
|
#define FUSEE_SWITCH_FS_H
|
|
|
|
#include "fs_dev.h"
|
|
#include "raw_dev.h"
|
|
|
|
int switchfs_import_mmc_structs(void *sd, void *nand);
|
|
|
|
int switchfs_mount_all(void);
|
|
int switchfs_unmount_all(void);
|
|
|
|
#endif
|