mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
377 B
29 lines
377 B
/*++
|
|
|
|
Copyright (c) 1993
|
|
|
|
Module Name:
|
|
|
|
hilevel.h
|
|
|
|
Abstract:
|
|
|
|
Prototypes for the entry points to the High-Level portion (data
|
|
formatter) of the QIC-117 device driver.
|
|
|
|
Revision History:
|
|
|
|
|
|
--*/
|
|
|
|
NTSTATUS
|
|
q117Cleanup(
|
|
IN PDEVICE_OBJECT DeviceObject,
|
|
IN PIRP Irp
|
|
);
|
|
|
|
//
|
|
// Make compiler happy (this should be in the NT DDK but I could not
|
|
// find it)
|
|
//
|
|
|