aboutsummaryrefslogtreecommitdiff
path: root/src/SPI.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/SPI.h')
-rw-r--r--src/SPI.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/SPI.h b/src/SPI.h
index 73a4180..4304b1f 100644
--- a/src/SPI.h
+++ b/src/SPI.h
@@ -19,6 +19,13 @@
#ifndef SPI_H
#define SPI_H
+namespace SPI_Firmware
+{
+
+void SetupDirectBoot();
+
+}
+
namespace SPI_TSC
{