aboutsummaryrefslogtreecommitdiff
path: root/src/SPI.h
diff options
context:
space:
mode:
authorSuuperW <SuuperW@gmail.com>2021-01-22 12:05:07 -0600
committerGitHub <noreply@github.com>2021-01-22 19:05:07 +0100
commit34da7f5cc3f1a8a93ddf6df4373c1b69d2429bdb (patch)
treec66495df4e8da42a8713b43b75a2933d94f7ceaf /src/SPI.h
parentf259fd97558805baf6af73c23b565448537e0bff (diff)
minor code refactoring, to simplify BizHawk support (#958)
Diffstat (limited to 'src/SPI.h')
-rw-r--r--src/SPI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SPI.h b/src/SPI.h
index 0e0eb5a..757a205 100644
--- a/src/SPI.h
+++ b/src/SPI.h
@@ -26,6 +26,8 @@ namespace SPI_Firmware
void SetupDirectBoot();
+u32 FixFirmwareLength(u32 originalLength);
+
u8 GetConsoleType();
u8 GetWifiVersion();
u8 GetNWifiVersion();