libk  Diff

Differences From Artifact [5cd1df41a9]:

To Artifact [f2700fc28d]:








1
2
3
4
5
6
7






#ifndef KIplatform_syscall
#define KIplatform_syscall

enum k_platform_syscall {

	k_platform_syscall_read = 0,
	k_platform_syscall_write = 1,
>
>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
/* this file was generated from the Linux kernel source
 * file /arch/x86/entry/syscalls/syscall_64.tbl. since
 * the x86-64 syscalls are a special case and are unlikely
 * to change in the future, the code used to generate this
 * header was not preserved. */

#ifndef KIplatform_syscall
#define KIplatform_syscall

enum k_platform_syscall {

	k_platform_syscall_read = 0,
	k_platform_syscall_write = 1,