aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/api/io.h
blob: 4c11eacfa78a886ae93a7f0b7d7af48247a6299a (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 VGA_RPrint(const char* str);