summaryrefslogtreecommitdiff
path: root/src/kernel/syscalls.h
blob: ceb90c120f0be0dc720a2ed1d67be106e4ba53ac (plain)
1
2
3
4
5
6
7
8
9
#pragma once

// not caring about stable syscall numbers just yet
enum {
	SC_EXIT,
	SC_FORK,
	
	SC_DEBUGLOG
};