feat(kernel/driver): add ReloadDriver method to manage driver reloading

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-03-02 21:27:20 +00:00
parent ae2617dca2
commit 851a8c140f
3 changed files with 100 additions and 1 deletions

View File

@ -95,6 +95,7 @@ namespace Driver
int LoadDriverFile(DriverObject &Drv, FileNode *File);
void ReloadDriver(dev_t driverID);
void InitializeDaemonFS();