11 lines
95 B
C
11 lines
95 B
C
#ifndef __CRC__
|
|
#define __CRC__
|
|
#include "global.h"
|
|
|
|
u16 get_crc(u8 * val,u16 len);
|
|
|
|
|
|
|
|
#endif
|
|
|