windows-nt/Source/XPSP1/NT/drivers/wdm/bda/ipsink/ndis/device.h
2020-09-26 16:20:57 +08:00

40 lines
689 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//////////////////////////////////////////////////////////////////////////////\
//
// Copyright (c) 1990 Microsoft Corporation
//
// Module Name:
//
// ipndis.h
//
// Abstract:
//
// The main header for the NDIS/KS test driver
//
// Author:
//
// P Porzuczek
//
// Environment:
//
// Notes:
//
// Revision History:
//
//
///////////////////////////////////////////////////////////////////////////////
#ifndef _IP_NDIS_H
#define _IP_NDIS_H
NTSTATUS
ntInitializeDeviceObject(
IN PVOID nhWrapperHandle,
IN PADAPTER pAdapter,
OUT PDEVICE_OBJECT *pndisDriverObject,
OUT PVOID pndisDeviceHandle
);
#endif // _IP_NDIS_H_