#ifndef __IFLASH_H__ #define __IFLASH_H__ #include <stdio.h> #include <stdint.h> int InternalFlash_WriteBuf(const uint8_t* const data, uint32_t length); #endif /* __IFLASH_H__ */