1
0
mirror of https://github.com/parasyte/alt64 synced 2024-08-13 15:53:52 -04:00
alt64/inc/chksum64.h
2017-10-11 17:44:46 +01:00

9 lines
78 B
C

#ifndef _CHKSUM64_H
#define _CHKSUM64_H
void checksum_sdram(void);
#endif