diff options
Diffstat (limited to 'dev/zka/KernelKit')
| -rw-r--r-- | dev/zka/KernelKit/PCI/Device.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/zka/KernelKit/PCI/Device.hxx b/dev/zka/KernelKit/PCI/Device.hxx index 180e7200..bc1b4eb7 100644 --- a/dev/zka/KernelKit/PCI/Device.hxx +++ b/dev/zka/KernelKit/PCI/Device.hxx @@ -60,11 +60,11 @@ namespace Kernel::PCI UChar Subclass(); UChar ProgIf(); UChar HeaderType(); - UInt32 Bar(); + UInt32 Bar(UInt32 bar_in); public: - void EnableMmio(); - void BecomeBusMaster(); // for PCI-DMA, PC-DMA does not need that. + void EnableMmio(UInt32 bar_in); + void BecomeBusMaster(UInt32 bar_in); // for PCI-DMA, PC-DMA does not need that. UShort Vendor(); |
