diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-28 20:19:56 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-28 20:19:56 +0100 |
| commit | 15493aad092a3e2f0ebacc4fe38d40de02ea67de (patch) | |
| tree | 036ab95fdf6702b0a1dba53ca7f4670466329f05 /dev/kernel/ArchKit/ArchKit.h | |
| parent | ba7b3ed69cd24970a28b72c54982735cd120e663 (diff) | |
ahci: fix: report success when ahci is detected.
mbci: reintroduce NeKernel's MBCI.
cfkit: rename: CFKit -> CF
libuser: rename ErrKind to ErrRef.
coregfx: fix last unconsistent things about the module.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel/ArchKit/ArchKit.h')
| -rw-r--r-- | dev/kernel/ArchKit/ArchKit.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/kernel/ArchKit/ArchKit.h b/dev/kernel/ArchKit/ArchKit.h index 76e62a4e..51d47bc8 100644 --- a/dev/kernel/ArchKit/ArchKit.h +++ b/dev/kernel/ArchKit/ArchKit.h @@ -73,8 +73,8 @@ typedef Kernel::Void (*rt_syscall_proc)(Kernel::VoidPtr); struct HalSyscallEntry final { - Kernel::Int64 fHash; - Kernel::Bool fHooked; + Kernel::Int64 fHash; + Kernel::Bool fHooked; rt_syscall_proc fProc; operator bool() @@ -84,11 +84,11 @@ struct HalSyscallEntry final }; inline Kernel::Array<HalSyscallEntry, - kKernelMaxSystemCalls> + kKernelMaxSystemCalls> kSyscalls; inline Kernel::Array<HalSyscallEntry, - kKernelMaxSystemCalls> + kKernelMaxSystemCalls> kKerncalls; EXTERN_C Kernel::HAL::StackFramePtr mp_get_current_context(Kernel::Int64 pid); |
