11 lines
139 B
C
Executable File
11 lines
139 B
C
Executable File
/*
|
|
* Copyright (c) LOTUS. All rights reserved.
|
|
*/
|
|
|
|
#ifndef CRC16_H
|
|
#define CRC16_H
|
|
|
|
const unsigned short *get_crc16_table(void);
|
|
|
|
#endif
|