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

namespace Systemcalls
{
    enum SysCalls
    {
	TASK_YIELD = 0,

	SYSCALL_MAX
    };
};
#endif
OpenPOWER on IntegriCloud