BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
nandflash.h
Go to the documentation of this file.
1 #ifndef NANDFLASH_H
2 #define NANDFLASH_H
3 
4 extern void F_NandflashInit(void);
5 extern void F_NandflashSvc(void);
6 
7 #endif