wip: IPC and Runtime
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include "Arch/Exceptions.h"
|
||||
#include <Types.h>
|
||||
#include <OS/Scheduler.h>
|
||||
|
||||
UInt64 IPCSend(OSTask* sender, UInt64 handleID, UInt64 data);
|
||||
void IPCReceive(ExceptionsContext* receiverFrame);
|
||||
Reference in New Issue
Block a user