From ffadce021f9f254399038860dc13e7393a33ce50 Mon Sep 17 00:00:00 2001 From: Antonio Castelli Date: Wed, 2 Jun 2021 19:44:28 -0700 Subject: [PATCH] Moved symbols in unknown_0647A0 to header file. --- include/unknown_0647A0.h | 4 ++++ src/unknown_0647A0.c | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 include/unknown_0647A0.h diff --git a/include/unknown_0647A0.h b/include/unknown_0647A0.h new file mode 100644 index 00000000..612b7f25 --- /dev/null +++ b/include/unknown_0647A0.h @@ -0,0 +1,4 @@ +#ifndef _UNKNOWN_0647A0_H_ +#define _UNKNOWN_0647A0_H_ + +#endif \ No newline at end of file diff --git a/src/unknown_0647A0.c b/src/unknown_0647A0.c index 6fc01d22..76c8aa95 100644 --- a/src/unknown_0647A0.c +++ b/src/unknown_0647A0.c @@ -1,6 +1,8 @@ /* The comment below is needed for this file to be picked up by generate_ld */ /* RAM_POS: 0x80063BA0 */ +#include "unknown_0647A0.h" + #include "types.h" #include "macros.h"