diff options
Diffstat (limited to 'dev/kernel/ArchKit')
| -rw-r--r-- | dev/kernel/ArchKit/ArchKit.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dev/kernel/ArchKit/ArchKit.h b/dev/kernel/ArchKit/ArchKit.h index 08e8ab88..b6637ec1 100644 --- a/dev/kernel/ArchKit/ArchKit.h +++ b/dev/kernel/ArchKit/ArchKit.h @@ -77,8 +77,6 @@ struct HalSyscallEntry final { operator bool() { return fHooked; } }; -EXTERN_C Kernel::HAL::StackFramePtr mp_get_current_task(Kernel::Int64 pid); - inline Kernel::Array<HalSyscallEntry, kMaxDispatchCallCount> kSysCalls; inline Kernel::Array<HalSyscallEntry, kMaxDispatchCallCount> kKernCalls; |
