diff options
| author | 0x221E <0x221E@0xinfinity.dev> | 2026-06-11 20:10:31 +0200 |
|---|---|---|
| committer | 0x221E <0x221E@0xinfinity.dev> | 2026-06-11 20:11:56 +0200 |
| commit | 6d559b7e50dbab428d324b4ddaed9db7a8ced887 (patch) | |
| tree | c2e807a19d2d0b6054e13a6d3ece16750796198d /include/printk.h | |
| download | tmpbootloader-master.tar.gz | |
Diffstat (limited to 'include/printk.h')
| -rw-r--r-- | include/printk.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/printk.h b/include/printk.h new file mode 100644 index 0000000..08a2778 --- /dev/null +++ b/include/printk.h @@ -0,0 +1,10 @@ +#ifndef PRINTK_H +#define PRINTK_H + +#include <defs.h> + +#include <stdint.h> + +void write(char *str, uint8_t color) BLSEC_TEXT; + +#endif |
