aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/api/io.h
blob: 7a9fc3861813654d0f214ad8f73f5e280465785a (plain)
1
2
3
4
5
6
7
8
9
10
#define MÜLL_IO_H

/*
 *    Minimal API for kernel I/O basics
 */

// includes
#include <stdint.h>

void RealPrint(const char* str);