增加文件系统
This commit is contained in:
17
Drivers/BSP/GD5F2GQ5UE/nand_ftl.h
Normal file
17
Drivers/BSP/GD5F2GQ5UE/nand_ftl.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef __NAND_FTL_H
|
||||
#define __NAND_FTL_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
int nand_ftl_init(void);
|
||||
int nand_ftl_format(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user