Files
gk-sdk/source/bootloader/u-boot-2020.01/include/crc16.h
T

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