mirror of
https://github.com/daeken/Zookeeper.git
synced 2025-04-02 10:52:54 -04:00
12 lines
210 B
C++
12 lines
210 B
C++
#pragma once
|
|
|
|
#include "Kernel.hpp"
|
|
|
|
void NTAPI kernel_HalReadWritePCISpace(
|
|
uint32_t BusNumber,
|
|
uint32_t SlotNumber,
|
|
uint32_t RegisterNumber,
|
|
void *Buffer,
|
|
uint32_t Length,
|
|
BOOLEAN WritePCISpace
|
|
);
|