summaryrefslogtreecommitdiff
path: root/firmware/inc/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/inc/bsp.h')
-rw-r--r--firmware/inc/bsp.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/firmware/inc/bsp.h b/firmware/inc/bsp.h
new file mode 100644
index 0000000..2f38cfb
--- /dev/null
+++ b/firmware/inc/bsp.h
@@ -0,0 +1,18 @@
+/**
+ *
+ * Author: Dylan Muller
+ * Copyright (c) 2025
+ * All rights reserved.
+ *
+ * - Commercial/IP use prohibited.
+ * - Attribution required.
+ * See License.txt
+ *
+ */
+
+#ifndef BSP_H_
+#define BSP_H
+
+void bsp_soft_reset(void);
+
+#endif