NetBurner 3.5.7
PDF Version
FileSystemCommands.h
1#ifndef __FILESYSTEMCOMMANDS_H
2#define __FILESYSTEMCOMMANDS_H
3/*NB_REVISION*/
4
5/*NB_COPYRIGHT*/
6
7#include <predef.h>
8#include <config_obj.h>
9#if !(defined SOMRT1061 || defined MODRT1171) // Flash file system is initialized by NBRTOS. Initialization by the app is not recommended.
10#include "effs_std.h"
11#endif
12
13void fsCmdShowPrompt();
14void fsCmdRunner(char *cmdLine);
15
16#endif /* ----- #ifndef __FILESYSTEMCOMMANDS_H ----- */