Files
2026-05-03 21:57:20 +04:00

8 lines
201 B
C

#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);