Atmosphere/fusee/fusee-secondary/src/nxfs.h
hexkyz 3db9ce32fa Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now.
Fusee: Fixed wrong argument in se.c function.
Fusee: Improved timers.
2018-07-19 21:07:53 +01:00

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