aboutsummaryrefslogtreecommitdiff
path: root/src/lib/include/syscall.h
blob: d6df4ec2fc3362e71b96b2d8a27c08734600052b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>

#include <fs.h>
#include <debug.h>

void dbg_print(const char* str);
void yield();