mirror of
https://github.com/winfsp/winfsp.git
synced 2026-06-15 09:06:03 -05:00
sys: minor reorg
This commit is contained in:
+2
-2
@@ -6,8 +6,6 @@
|
||||
|
||||
#include <sys/driver.h>
|
||||
|
||||
PDEVICE_OBJECT FspDeviceObject;
|
||||
|
||||
DRIVER_INITIALIZE DriverEntry;
|
||||
DRIVER_UNLOAD FspUnload;
|
||||
|
||||
@@ -105,3 +103,5 @@ FspUnload(
|
||||
{
|
||||
UNREFERENCED_PARAMETER(DriverObject);
|
||||
}
|
||||
|
||||
PDEVICE_OBJECT FspDeviceObject;
|
||||
|
||||
Reference in New Issue
Block a user