This commit is contained in:
Bill Zissimopoulos
2015-11-29 12:19:09 -08:00
parent 47b1ba13e6
commit 9e0c6461c8
3 changed files with 6 additions and 5 deletions

View File

@ -295,7 +295,7 @@ NTSTATUS FspCreateDeviceObjectList(
PDRIVER_OBJECT DriverObject, PDEVICE_OBJECT **PDeviceObjects, PULONG PDeviceObjectCount);
VOID FspDeleteDeviceObjectList(
PDEVICE_OBJECT *DeviceObjects, ULONG DeviceObjectCount);
NTSTATUS FspLookupDeviceObject(
NTSTATUS FspHasDeviceObject(
PDRIVER_OBJECT DriverObject, PDEVICE_OBJECT DeviceObject);
/* debug */