You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef _KSYS573_DUMP_H
|
|
#define _KSYS573_DUMP_H
|
|
void sio_check();
|
|
unsigned short crc16(int deviceid,int bank);
|
|
unsigned long crc32(int deviceid,int bank);
|
|
void read_serial_ram(int deviceid,int bank);
|
|
void send_serial_ram(int deviceid,int bank);
|
|
#endif |