NetBurner 3.5.0
PDF Version
 
nflshdrv.h
1#ifndef _NFLSHDRV_H_
2#define _NFLSHDRV_H_
3
4/****************************************************************************
5 *
6 * Copyright (c) 2003 by HCC Embedded
7 *
8 * This software is copyrighted by and is the sole property of
9 * HCC. All rights, title, ownership, or other interests
10 * in the software remain the property of HCC. This
11 * software may only be used in accordance with the corresponding
12 * license agreement. Any unauthorized use, duplication, transmission,
13 * distribution, or disclosure of this software is expressly forbidden.
14 *
15 * This Copyright notice may not be removed or modified without prior
16 * written consent of HCC.
17 *
18 * HCC reserves the right to modify this software without notice.
19 *
20 * HCC Embedded
21 * Budapest 1132
22 * Victor Hugo Utca 11-15
23 * Hungary
24 *
25 * Tel: +36 (1) 450 1302
26 * Fax: +36 (1) 450 1303
27 * http: www.hcc-embedded.com
28 * email: info@hcc-embedded.com
29 *
30 ***************************************************************************/
31
32#include "fsf.h"
33
34#ifdef __cplusplus
35extern "C" {
36#endif
37
38#define FS_NAND_RESERVEDBLOCK 3 /* defines reserved block in nandflash */
39
40extern int fs_mount_nandflashdrive(FS_VOLUMEDESC *vd,FS_PHYGETID phyfunc);
41extern long fs_getmem_nandflashdrive(FS_PHYGETID phyfunc);
42
43#ifdef __cplusplus
44}
45#endif
46
47/****************************************************************************
48 *
49 * end of nflshdrv.h
50 *
51 ***************************************************************************/
52
53#endif /* _NFLSHDRV_H_ */
Embedded Flash File System, EFFS-STD.