altra64/inc/chksum64.h
Robin Jones e923de78aa removed includes from headers
corrected location of some protos
removed un-needed includes from source files
2017-10-11 23:04:17 +01:00

12 lines
208 B
C

//
// 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