summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/KernelKit/PCI/Device.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-16 12:08:15 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-16 12:09:13 +0100
commit3f47c53398a2cd10fe1b205e1393c3ceab4c675c (patch)
tree59e3a3ca801f7c7f01b75c4a470af8fe4b8f8309 /src/kernel/KernelKit/PCI/Device.h
parent35fb9574c5efc426491f7ce55689e0f911890e98 (diff)
[FEAT] Kernel: Finally include the BNID network driver when compiling NeKernel.HEADdevelop
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/KernelKit/PCI/Device.h')
-rw-r--r--src/kernel/KernelKit/PCI/Device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/KernelKit/PCI/Device.h b/src/kernel/KernelKit/PCI/Device.h
index b7737385..1adc9f24 100644
--- a/src/kernel/KernelKit/PCI/Device.h
+++ b/src/kernel/KernelKit/PCI/Device.h
@@ -51,7 +51,7 @@ class Device final {
}
public:
- UShort DeviceId();
+ UInt16 DeviceId();
UShort VendorId();
UShort InterfaceId();
UChar Class();