diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-31 19:05:36 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-31 19:05:36 +0100 |
| commit | d0c7a3e05a1bb5c9cffd1a0946e403d3a8e37e63 (patch) | |
| tree | 686f7f3c99a08a7bebfc925839f0f9d882177c54 /dev/Kernel/HALKit/AMD64/PCI/Iterator.cc | |
| parent | 9c1e80e1bb3a8d549a9053f0d7bf4afb0c806f80 (diff) | |
Match the changes in OpenNE, (without reusing it)
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/HALKit/AMD64/PCI/Iterator.cc')
| -rw-r--r-- | dev/Kernel/HALKit/AMD64/PCI/Iterator.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/Kernel/HALKit/AMD64/PCI/Iterator.cc b/dev/Kernel/HALKit/AMD64/PCI/Iterator.cc index f0289cdf..1cbdf1ba 100644 --- a/dev/Kernel/HALKit/AMD64/PCI/Iterator.cc +++ b/dev/Kernel/HALKit/AMD64/PCI/Iterator.cc @@ -11,11 +11,11 @@ namespace Kernel::PCI Iterator::Iterator(const Types::PciDeviceKind& type) { // probe devices. - for (int bus = 0; bus < ZKA_BUS_COUNT; ++bus) + for (int bus = 0; bus < NE_BUS_COUNT; ++bus) { - for (int device = 0; device < ZKA_DEVICE_COUNT; ++device) + for (int device = 0; device < NE_DEVICE_COUNT; ++device) { - for (int function = 0; function < ZKA_FUNCTION_COUNT; ++function) + for (int function = 0; function < NE_FUNCTION_COUNT; ++function) { auto bar = 0x00; |
