• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

sw-host/crc32.h (r4864/r225)

Go to the documentation of this file.
00001 #ifndef CRC32_H
00002 #define CRC32_H
00003 
00004 #include "xbasic_types.h"
00005 
00006 void init_crc32();
00007 Xuint32 crc32(void *data, Xuint32 len);
00008 Xuint16 crc16(Xuint16 *iph, int len);
00009 
00010 #endif

Generated on Tue Dec 10 2013 04:52:24 for ROCsoft by  doxygen 1.7.1