summaryrefslogtreecommitdiffstats
path: root/src/include/kernel/syscalls.H
blob: 826ac93b9568e9c1b8ed0130fb61c2f28e30e72d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __KERNEL_SYSCALLS_H
#define __KERNEL_SYSCALLS_H

namespace Systemcalls
{
    enum SysCalls
    {
	TASK_YIELD = 0,
	TASK_START,
	TASK_END,
	TASK_GETTID,

	SYSCALL_MAX
    };
};
#endif
OpenPOWER on IntegriCloud