NetBurner 3.5.6
PDF Version
Parallax/src/ftp_fs.h
1
/*NB_REVISION*/
2
3
/*NB_COPYRIGHT*/
4
5
#ifndef _FTP_F_H
6
#define _FTP_F_H
7
8
#if ((defined USE_NOR) | (defined USE_STDRAM)) & ((defined USE_CFC) | (defined USE_HDD) | (defined USE_MMC) | (defined USE_FATRAM))
9
#define FS_WRAPPER
10
#elif (defined USE_NOR) | (defined USE_STDRAM)
11
#define FS_STD
12
#elif (defined USE_CFC) | (defined USE_HDD) | (defined USE_MMC) | (defined USE_FATRAM)
13
#define FS_FAT
14
#endif
15
16
#endif
/* _FTP_F_H */