From 06c217fdcc6f89fab924d36839c2f8ee95164a66 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 3 Nov 2022 03:15:06 +0200 Subject: [PATCH] Update DAPI --- DAPI.hpp | 1 - 1 file changed, 1 deletion(-) 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