2017-10-11 18:04:17 -04:00
|
|
|
//
|
|
|
|
// Copyright (c) 2017 The Altra64 project contributors
|
|
|
|
// See LICENSE file in the project root for full license information.
|
|
|
|
//
|
2017-10-11 12:44:46 -04:00
|
|
|
|
|
|
|
#ifndef _CHKSUM64_H
|
|
|
|
#define _CHKSUM64_H
|
|
|
|
|
|
|
|
void checksum_sdram(void);
|
|
|
|
|
|
|
|
#endif
|