diff options
Diffstat (limited to 'firmware/s1224/include/banner.h')
| -rw-r--r-- | firmware/s1224/include/banner.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/firmware/s1224/include/banner.h b/firmware/s1224/include/banner.h new file mode 100644 index 0000000..d9bc1a2 --- /dev/null +++ b/firmware/s1224/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 S1224_BANNER_H +#define S1224_BANNER_H + +/** Print fixed boot banner (call once after CDC ready). */ +void banner_print(void); + +#endif /* S1224_BANNER_H */ |
