22 lines
320 B
C
22 lines
320 B
C
|
/*++
|
||
|
|
||
|
Copyright (c) 1989 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
driver.h
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This module contains global variable and external routine
|
||
|
declarations for driver object of ws2ifsl.sys driver.
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Vadim Eydelman (VadimE) Dec-1996
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
extern PDEVICE_OBJECT DeviceObject;
|