aboutsummaryrefslogtreecommitdiff
path: root/src/lib/libkogata/syscall.c
blob: 234b9ffb1f9ccb0fcf2a750b5f066261ed197884 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include <debug.h>
#include <syscall.h>

void dbg_print(const char* str) {
	// TODO
}

void yield() {
	// TODO
}