flashapp.h 474 B

123456789101112131415161718
  1. #ifndef __FLASHAPP
  2. #define __FLASHAPP
  3. #include <default.h>
  4. /* Begin Auto-Generated Part */
  5. #ifndef __HAVE_CFILE
  6. #define __HAVE_CFILE
  7. typedef struct{void*Start,*Pos,*End;short EOFVal;}CFILE;
  8. #endif
  9. #if MIN_AMS>=200
  10. #define OO_GetEndOfAllFlashApps _rom_call(unsigned char*,(void),3D2)
  11. #define OO_GetFirstFlashAppSectorAddress _rom_call(unsigned char*,(CFILE*),4F3)
  12. #define OO_GetFlashAppSize _rom_call(unsigned long,(short),477)
  13. #endif
  14. /* End Auto-Generated Part */
  15. #endif