From 3f47c53398a2cd10fe1b205e1393c3ceab4c675c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 16 Mar 2026 12:08:15 +0100 Subject: [FEAT] Kernel: Finally include the BNID network driver when compiling NeKernel. Signed-off-by: Amlal El Mahrouss --- src/kernel/KernelKit/PCI/Device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kernel/KernelKit/PCI') 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(); -- cgit v1.2.3