8 void (*Appl_SetApplVer)(
char *);
11 static char FWVersion[20];
25 if(!osdOutBuf || !Appl_SetApplVer)
34 Appl_SetApplVer(NULL);
35 strcpy(FWVersion, osdOutBuf);
45 while(p < (
byte*)roEnd)
49 if((p[3] ==
' ') && (p[6] ==
' ') && (p[7] ==
'2') && (p[8] ==
'0') && (((p[9] ==
'0')) || ((p[9] ==
'1'))))
51 strcat(FWVersion,
" (");
53 strcat(FWVersion,
")");
bool ELFGetSectionAddress(dword SectionIndex, dword *SectionAddress, dword *SectionSize)
dword ELFGetSectionIndex(const char *SectionName)
bool ELFOpenFile(const char *FileName)
bool ELFReadShstrtabSection(void)
dword FIS_fwAppl_SetApplVer(void)
dword FIS_vOsdOutBuf(void)