summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/KernelKit/PCI
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-19 01:14:01 +0100
committerGitHub <noreply@github.com>2025-11-19 01:14:01 +0100
commit4fdc70b676fbed322ba09bc7fb886f3b87245baa (patch)
treeaea2324ca72b09fe32b29aa280fc43d4984956ef /dev/kernel/KernelKit/PCI
parent569f42832bd573337cb2daab1b767994a0bc3878 (diff)
parentf29e7e30fde2b994c86024659b41f56b64dce911 (diff)
Merge pull request #74 from nekernel-org/dev
fix: kernel: OpenHeFS and NeFS fixes, PCI and DriveMgr fixes.
Diffstat (limited to 'dev/kernel/KernelKit/PCI')
-rw-r--r--dev/kernel/KernelKit/PCI/Iterator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/kernel/KernelKit/PCI/Iterator.h b/dev/kernel/KernelKit/PCI/Iterator.h
index 9ab746d9..743e73ea 100644
--- a/dev/kernel/KernelKit/PCI/Iterator.h
+++ b/dev/kernel/KernelKit/PCI/Iterator.h
@@ -23,7 +23,7 @@ class Iterator final {
Iterator() = delete;
public:
- explicit Iterator(const Types::PciDeviceKind& deviceType);
+ explicit Iterator(const Types::PciDeviceKind deviceType, UInt32 bar);
Iterator& operator=(const Iterator&) = default;
Iterator(const Iterator&) = default;