iflash.h 159 B

12345678
  1. #ifndef __IFLASH_H__
  2. #define __IFLASH_H__
  3. #include <stdio.h>
  4. #include <stdint.h>
  5. int WriteLicensetoFlash(uint8_t *license );
  6. #endif /* __IFLASH_H__ */