1
0
mirror of https://github.com/parasyte/alt64 synced 2024-11-15 21:55:03 -05:00
alt64/inc/chksum64.h
2021-09-23 19:52:42 -04:00

12 lines
208 B
C
Executable File

//
// Copyright (c) 2017 The Altra64 project contributors
// See LICENSE file in the project root for full license information.
//
#ifndef _CHKSUM64_H
#define _CHKSUM64_H
void checksum_sdram(void);
#endif