diff options
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 |
