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

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