mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-05-17 01:43:59 +09:00
21 lines
430 B
C
21 lines
430 B
C
//#include "define.h"
|
|
|
|
|
|
#ifdef __CRC_C__
|
|
#define EXT_CRC_C
|
|
#else
|
|
#define EXT_CRC_C extern
|
|
#endif
|
|
|
|
|
|
//EXT_BOARD_C double APS_Logic( int APS1 );
|
|
/*ForCRC */
|
|
|
|
|
|
|
|
//EXT_CRC_C unsigned long crclib_getCRC8 (const uint8 *xData, uint16 xDatalen);
|
|
EXT_CRC_C unsigned long Proxy_CalChksm_IDB_BrakeEcuStatus_CAN_4BIT (unsigned char data[]);
|
|
EXT_CRC_C unsigned long CRC8_Func_FOR_ACU_4BIT (long aId,int xDatalen, unsigned char data[]);
|
|
|
|
|