00001 #ifndef __SYSTEM_H__ 00002 #define __SYSTEM_H__ 00003 00004 typedef struct{ 00005 FILE *pStream; 00006 U32 Address; 00007 U32 Length; 00008 }FILE_ENTRY; 00009 00010 void F_SystemStringCopy(U8 *DestiString,U8 *SourceString); 00011 U32 F_SystemAscii2HexU32(U8 *pString); 00012 U8 F_SystemAscii2HexU8(U8 Data); 00013 U8 F_SystemlibHex2AsciiCharGet(U8 Data); 00014 U32 F_SystemlibAscii2HexNumberGet(U8 *pString); 00015 00016 #endif
1.5.9