diff options
Diffstat (limited to 'src/SPI.h')
-rw-r--r-- | src/SPI.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,10 @@ namespace SPI_Firmware void SetupDirectBoot(); +u8 GetConsoleType(); +u8 GetWifiVersion(); +u8 GetRFVersion(); + } namespace SPI_TSC |