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

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