summaryrefslogtreecommitdiff
path: root/include/printk.h
blob: 08a2778cef1ee30d7550496d0f90013bf6f1de5d (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef PRINTK_H
#define PRINTK_H

#include <defs.h>

#include <stdint.h>

void write(char *str, uint8_t color) BLSEC_TEXT;

#endif