From 6881de40eb0847c47e4411060f0d3eb22d004029 Mon Sep 17 00:00:00 2001 From: Antonio Castelli Date: Wed, 2 Jun 2021 19:54:21 -0700 Subject: [PATCH] Moved symbols in unknown_066460 to header file. --- include/unknown_066460.h | 4 ++++ src/unknown_066460.c | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 include/unknown_066460.h diff --git a/include/unknown_066460.h b/include/unknown_066460.h new file mode 100644 index 00000000..582be8b7 --- /dev/null +++ b/include/unknown_066460.h @@ -0,0 +1,4 @@ +#ifndef _UNKNOWN_066460_H_ +#define _UNKNOWN_066460_H_ + +#endif \ No newline at end of file diff --git a/src/unknown_066460.c b/src/unknown_066460.c index 36791087..d072d9cf 100644 --- a/src/unknown_066460.c +++ b/src/unknown_066460.c @@ -1,6 +1,8 @@ /* The comment below is needed for this file to be picked up by generate_ld */ /* RAM_POS: 0x80065860 */ +#include "unknown_066460.h" + #include "types.h" #include "macros.h" #include "audio_internal.h"