diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 21:38:33 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 21:38:33 -0500 |
| commit | b456c928fecf78157270b052e441a427f06afdda (patch) | |
| tree | 2dbea485a392789fc67aa590f8a7afb9f263be3c /src/modules/XHCI | |
| parent | bb303088aa2ed0693e19e93158155dd85783ce76 (diff) | |
feat: kernel: Introduce Vet.h, better Ref.h, and more improved containers for better kernel code.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/modules/XHCI')
| -rw-r--r-- | src/modules/XHCI/XHCI.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/XHCI/XHCI.h b/src/modules/XHCI/XHCI.h index 40387c1e..6eb25fac 100644 --- a/src/modules/XHCI/XHCI.h +++ b/src/modules/XHCI/XHCI.h @@ -2,19 +2,19 @@ Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - File: Defines.h + File: Config.h Purpose: XHCI (and backwards) header. Revision History: 01/02/24: Added file (amlel) - 03/02/24: Update filename to Defines.h (amlel) + 03/02/24: Update filename to Config.h (amlel) ======================================== */ #pragma once -#include <NeKit/Defines.h> +#include <NeKit/Config.h> #define kUSBCommand (UInt16) 0x0 #define kUSBStatus (UInt16) 0x2 |
