From 52c4f8f9bf8f2b75177e174738790738113d103c Mon Sep 17 00:00:00 2001 From: Antonio Castelli Date: Wed, 2 Jun 2021 19:53:00 -0700 Subject: [PATCH] Moved symbols in unknown_065D30 to header file. --- include/unknown_065D30.h | 4 ++++ src/unknown_065D30.c | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 include/unknown_065D30.h diff --git a/include/unknown_065D30.h b/include/unknown_065D30.h new file mode 100644 index 00000000..727dccc7 --- /dev/null +++ b/include/unknown_065D30.h @@ -0,0 +1,4 @@ +#ifndef _UNKNOWN_065D30_H_ +#define _UNKNOWN_065D30_H_ + +#endif \ No newline at end of file diff --git a/src/unknown_065D30.c b/src/unknown_065D30.c index 7d56eca1..1dae06ef 100644 --- a/src/unknown_065D30.c +++ b/src/unknown_065D30.c @@ -1,6 +1,8 @@ /* The comment below is needed for this file to be picked up by generate_ld */ /* RAM_POS: 0x80065130 */ +#include "unknown_065D30.h" + #include "types.h" #include "macros.h"