Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now.
Fusee: Fixed wrong argument in se.c function. Fusee: Improved timers.
This commit is contained in:
10
fusee/fusee-secondary/src/nxfs.h
Normal file
10
fusee/fusee-secondary/src/nxfs.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user