summaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-04-08 09:42:15 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-04-08 09:42:15 +0200
commit135568a8182e29a19531ff5de0f77120fbcf8d9b (patch)
tree9adebcdd1391dc620bb77da1b5ad3511c3b8dec2 /dev
parent90ce590ce04aaeed48fb89d3ae58f2aa741176d4 (diff)
pci, Device.h: minor tweaks.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev')
-rw-r--r--dev/kernel/KernelKit/PCI/Device.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev/kernel/KernelKit/PCI/Device.h b/dev/kernel/KernelKit/PCI/Device.h
index 2c92ba4f..8f55b7c7 100644
--- a/dev/kernel/KernelKit/PCI/Device.h
+++ b/dev/kernel/KernelKit/PCI/Device.h
@@ -24,10 +24,9 @@ namespace Kernel::PCI
Device() = default;
public:
- explicit Device(UShort bus, UShort device, UShort function, UInt32 bar);
+ Device(UShort bus, UShort device, UShort function, UInt32 bar);
Device& operator=(const Device&) = default;
-
Device(const Device&) = default;
~Device();