mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Added IOCB function
This commit is contained in:
@ -57,6 +57,8 @@ namespace Driver
|
||||
DriverCode CallDriverEntryPoint(void *fex);
|
||||
|
||||
public:
|
||||
Vector<DriverFile *> GetDrivers() { return Drivers; }
|
||||
int IOCB(unsigned long DUID, /* KernelCallback */ void *KCB);
|
||||
DriverCode LoadDriver(uint64_t DriverAddress, uint64_t Size);
|
||||
DriverCode StartDrivers();
|
||||
Driver();
|
||||
|
Reference in New Issue
Block a user