mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 17:32:57 -05:00
sys: initial fast I/O support
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
#ifndef WINFSP_SYS_DRIVER_H_INCLUDED
|
||||
#define WINFSP_SYS_DRIVER_H_INCLUDED
|
||||
|
||||
#include <wdm.h>
|
||||
#include <ntifs.h>
|
||||
|
||||
#define DRIVER_NAME "winfsp"
|
||||
|
||||
@ -39,4 +39,7 @@ DRIVER_DISPATCH FspSetVolumeInformation;
|
||||
DRIVER_DISPATCH FspShutdown;
|
||||
DRIVER_DISPATCH FspWrite;
|
||||
|
||||
/* fast I/O */
|
||||
FAST_IO_CHECK_IF_POSSIBLE FspFastIoCheckIfPossible;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user