mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-15 00:02:46 -05:00
sys: minor reorg
This commit is contained in:
@ -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;
|
||||
|
@ -42,4 +42,7 @@ DRIVER_DISPATCH FspWrite;
|
||||
/* fast I/O */
|
||||
FAST_IO_CHECK_IF_POSSIBLE FspFastIoCheckIfPossible;
|
||||
|
||||
/* extern */
|
||||
PDEVICE_OBJECT FspDeviceObject;
|
||||
|
||||
#endif
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @file sys/seinfo.c
|
||||
* @file sys/security.c
|
||||
*
|
||||
* @copyright 2015 Bill Zissimopoulos
|
||||
*/
|
||||
|
Reference in New Issue
Block a user