NetBurner 3.1
EFFS/Fat/Performance/src/ftp_f.h
1 /*NB_REVISION*/
2 
3 /*******************************************************************************
4  *
5  * Copyright (c) 2003 by HCC Embedded
6  *
7  * This software is copyrighted by and is the sole property of HCC. All
8  * rights, title, ownership, or other interests in the software remain the
9  * property of HCC. This software may only be used in accordance with the
10  * corresponding license agreement. Any unauthorized use, duplication,
11  * transmission, distribution, or disclosure of this software is expressly
12  * forbidden.
13  *
14  * This copyright notice may not be removed or modified without prior written
15  * consent of HCC.
16  *
17  * HCC reserves the right to modify this software without notice.
18  *
19  * HCC Embedded
20  * Budapest 1132
21  * Victor Hugo Utca 11-15
22  * Hungary
23  *
24  * Tel: +36 (1) 450 1302
25  * Fax: +36 (1) 450 1303
26  * http: www.hcc-embedded.com
27  * E-mail: info@hcc-embedded.com
28  *
29  ******************************************************************************/
30 
31 #ifndef _FTP_F_H
32 #define _FTP_F_H
33 
34 #if ( ( defined USE_NOR ) | ( defined USE_STDRAM ) ) & ( ( defined USE_CFC ) | ( defined USE_HDD ) | ( defined USE_MMC ) | ( defined USE_FATRAM ) )
35 #define FS_WRAPPER
36 #elif ( defined USE_NOR ) | ( defined USE_STDRAM )
37 #define FS_STD
38 #elif ( defined USE_CFC ) | ( defined USE_HDD ) | ( defined USE_MMC ) | ( defined USE_FATRAM )
39 #define FS_FAT
40 #endif
41 
42 
43 #endif /* _FTP_F_H */