aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/technexion/tim5690/tn_post_code.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/technexion/tim5690/tn_post_code.h')
-rw-r--r--src/mainboard/technexion/tim5690/tn_post_code.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/mainboard/technexion/tim5690/tn_post_code.h b/src/mainboard/technexion/tim5690/tn_post_code.h
new file mode 100644
index 0000000000..105c20e80b
--- /dev/null
+++ b/src/mainboard/technexion/tim5690/tn_post_code.h
@@ -0,0 +1,15 @@
+
+
+#define LED_MESSAGE_START 0xFF
+#define LED_MESSAGE_FINISH 0x99
+#define LED_MESSAGE_RAM 0x01
+
+
+#ifdef TECHNEXION_EARLY_SETUP
+
+// TechNexion's Post Code Initially.
+void technexion_post_code_init(void);
+
+#endif
+
+void technexion_post_code(uint8_t udata8);