From 05b30056be69d185e430eceeff12ec3fe90c01a9 Mon Sep 17 00:00:00 2001 From: Antonio Castelli Date: Sat, 5 Jun 2021 19:17:36 -0700 Subject: [PATCH] Moved symbols in unknown_071730 to header file. --- include/unknown_071730.h | 4 ++++ src/unknown_071730.c | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 include/unknown_071730.h diff --git a/include/unknown_071730.h b/include/unknown_071730.h new file mode 100644 index 00000000..876ec5d4 --- /dev/null +++ b/include/unknown_071730.h @@ -0,0 +1,4 @@ +#ifndef _UNKNOWN_071730_H_ +#define _UNKNOWN_071730_H_ + +#endif \ No newline at end of file diff --git a/src/unknown_071730.c b/src/unknown_071730.c index 3e1952b5..201bc5f9 100644 --- a/src/unknown_071730.c +++ b/src/unknown_071730.c @@ -1,6 +1,8 @@ /* The comment below is needed for this file to be picked up by generate_ld */ /* RAM_POS: 0x80070B30 */ +#include "unknown_071730.h" + #include "types.h" #include "macros.h"