mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Update kernel
This commit is contained in:
@ -25,7 +25,6 @@
|
||||
|
||||
#include "../syscalls.h"
|
||||
#include "../kernel.h"
|
||||
#include "../ipc.h"
|
||||
|
||||
struct SyscallData
|
||||
{
|
||||
@ -34,16 +33,8 @@ struct SyscallData
|
||||
int RequiredID;
|
||||
};
|
||||
|
||||
using InterProcessCommunication::IPC;
|
||||
using InterProcessCommunication::IPCID;
|
||||
using Tasking::PCB;
|
||||
using Tasking::TCB;
|
||||
using Tasking::TaskState::Ready;
|
||||
using Tasking::TaskState::Terminated;
|
||||
using namespace Memory;
|
||||
|
||||
#define SysFrm SyscallsFrame
|
||||
|
||||
#if defined(a64)
|
||||
typedef long arch_t;
|
||||
#elif defined(a32)
|
||||
|
Reference in New Issue
Block a user