#ifndef __IFLASH_H__ #define __IFLASH_H__ #include <stdio.h> #include <stdint.h> int WriteLicensetoFlash(uint8_t *license ); #endif /* __IFLASH_H__ */