e923de78aa
corrected location of some protos removed un-needed includes from source files
12 lines
208 B
C
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
|