diff --git a/DAPI.hpp b/DAPI.hpp index 95def18..d3bd0ac 100644 --- a/DAPI.hpp +++ b/DAPI.hpp @@ -52,7 +52,6 @@ struct KernelAPI struct KAPIPCI { char *(*GetDeviceName)(unsigned int VendorID, unsigned int DeviceID); - void (*Write)(unsigned int Value); } PCI; struct KAPIUtilities