summaryrefslogtreecommitdiff
path: root/firmware/c1224/include/banner.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/c1224/include/banner.h')
-rw-r--r--firmware/c1224/include/banner.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/firmware/c1224/include/banner.h b/firmware/c1224/include/banner.h
new file mode 100644
index 0000000..1592eb7
--- /dev/null
+++ b/firmware/c1224/include/banner.h
@@ -0,0 +1,12 @@
+/**
+ * Fixed CDC boot banner — source text only (not INI / CDC keys).
+ * Always printed once after USB ready; quiet does not suppress it.
+ * SPDX-License-Identifier: GPL-3.0-or-later
+ */
+#ifndef C1224_BANNER_H
+#define C1224_BANNER_H
+
+/** Print fixed boot banner (call once after CDC ready). */
+void banner_print(void);
+
+#endif /* C1224_BANNER_H */
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com