Update DAPI

This commit is contained in:
Alex
2022-11-03 03:15:06 +02:00
parent bb92e820fc
commit 06c217fdcc

View File

@ -52,7 +52,6 @@ struct KernelAPI
struct KAPIPCI
{
char *(*GetDeviceName)(unsigned int VendorID, unsigned int DeviceID);
void (*Write)(unsigned int Value);
} PCI;
struct KAPIUtilities