From d4eb5af332ce518baa552c886caa0bf3b2864f75 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 11 Jul 2017 19:19:49 -0400 Subject: Major reformatting, cleaning up black magic --- gba/source/link.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'gba/source/link.h') diff --git a/gba/source/link.h b/gba/source/link.h index f18b38a..08fd998 100644 --- a/gba/source/link.h +++ b/gba/source/link.h @@ -1,12 +1,17 @@ +/* + * Copyright (C) 2017 hatkirby + * + * This software may be modified and distributed under the terms + * of the MIT license. See the LICENSE file for details. + */ #ifndef _LINK_H_ #define _LINK_H_ #include -void waitForWriteAccess(); +void initializeLink(); void waitForAck(); void sendS32(s32 val); void sendU32(u32 val); -u32 recieveU32(); #endif -- cgit 1.4.1