diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-16 12:08:15 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-16 12:09:13 +0100 |
| commit | 3f47c53398a2cd10fe1b205e1393c3ceab4c675c (patch) | |
| tree | 59e3a3ca801f7c7f01b75c4a470af8fe4b8f8309 /src/kernel/KernelKit/PCI/Device.h | |
| parent | 35fb9574c5efc426491f7ce55689e0f911890e98 (diff) | |
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.h | 2 |
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(); |
