From b1936b6dd191a5b5be86d8e12bafb88f6b8378dc Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Fri, 27 Oct 2017 20:11:03 +0100 Subject: [PATCH] minor header corrections --- inc/cic.h | 8 ++++++++ inc/mem.h | 2 +- inc/menu.h | 2 +- inc/utils.h | 10 ---------- 4 files changed, 10 insertions(+), 12 deletions(-) diff --git a/inc/cic.h b/inc/cic.h index c8311df..08c60cd 100644 --- a/inc/cic.h +++ b/inc/cic.h @@ -1,3 +1,10 @@ +// +// Copyright (c) 2017 The Altra64 project contributors +// See LICENSE file in the project root for full license information. +// + +#ifndef _CIC_H +#define _CIC_H #define CIC_6101 1 #define CIC_6102 2 @@ -10,3 +17,4 @@ int get_cic(unsigned char *rom_data); +#endif diff --git a/inc/mem.h b/inc/mem.h index 83ebce6..da28319 100644 --- a/inc/mem.h +++ b/inc/mem.h @@ -33,5 +33,5 @@ void memcopy(void *src, void *dst, u16 len); void memSpiSetDma(u8 mode); void memRomWrite32(u32 addr, u32 val); u32 memRomRead32(u32 addr); -#endif /* _MEM_H */ +#endif /* _MEM_H */ diff --git a/inc/menu.h b/inc/menu.h index 729e1ae..4ac1123 100644 --- a/inc/menu.h +++ b/inc/menu.h @@ -12,4 +12,4 @@ void printText(char *msg, int x, int y, display_context_t dcon); void menu_about(display_context_t disp); -#endif \ No newline at end of file +#endif diff --git a/inc/utils.h b/inc/utils.h index c9347a7..8e2e891 100644 --- a/inc/utils.h +++ b/inc/utils.h @@ -7,16 +7,6 @@ #ifndef _UTILS_H #define _UTILS_H -// rom.h -// rom tools - header inspect -//#include -//#include -//#include "rom.h" - - - - - #if !defined(MIN) #define MIN(a, b) ({ \