Unhook interrupts from every driver on crash

This commit is contained in:
Alex
2023-03-27 20:30:03 +03:00
parent 93afcd2210
commit 98677c7b5b
3 changed files with 24 additions and 1 deletions

View File

@ -102,6 +102,7 @@ namespace Driver
public:
std::vector<DriverFile> GetDrivers() { return Drivers; }
void Panic();
void UnloadAllDrivers();
bool UnloadDriver(unsigned long DUID);
int IOCB(unsigned long DUID, /* KernelCallback */ void *KCB);