libluna+kernel: Move luna/Syscall.h to the kernel API directory
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
A kernel-specific header has nothing to do in libluna.
This commit is contained in:
parent
b8ae61b7c7
commit
3f1e6fc2ff
@ -1,4 +1,4 @@
|
|||||||
#include <luna/Syscall.h>
|
#include <moon/Syscall.h>
|
||||||
#include <os/ArgumentParser.h>
|
#include <os/ArgumentParser.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
#include "api/Syscall.h"
|
||||||
#include "arch/CPU.h"
|
#include "arch/CPU.h"
|
||||||
#include <luna/Result.h>
|
#include <luna/Result.h>
|
||||||
#include <luna/Syscall.h>
|
|
||||||
|
|
||||||
typedef u64 SyscallArgs[6];
|
typedef u64 SyscallArgs[6];
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
#ifndef _SYS_SYSCALL_H
|
#ifndef _SYS_SYSCALL_H
|
||||||
#define _SYS_SYSCALL_H
|
#define _SYS_SYSCALL_H
|
||||||
|
|
||||||
/* This header just forwards to luna/Syscall.h, which is used in the kernel as well. */
|
/* This header just forwards to the kernel API header Syscall.h. */
|
||||||
#include <luna/Syscall.h>
|
#include <moon/Syscall.h>
|
||||||
#undef enumerate_syscalls
|
#undef enumerate_syscalls
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user