File:  [WindowsNT SDKs] / ntddk / src / network / tdi / st.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:31:12 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntddk-nov-1993, HEAD
Microsoft Windows NT Build 511 (DDK SDK) 11-01-1993

/*++

Copyright (c) 1989-1993  Microsoft Corporation

Module Name:

    st.h

Abstract:

    Private include file for the NT Sample transport provider.

Revision History:

--*/

#ifndef _ST_
#define _ST_

#include <ntddk.h>

#include <windef.h>                     // these two are needed by info.c
#include <nb30.h>

#include <tdikrnl.h>                    // Transport Driver Interface.
#include <ndis.h>                       // Network Driver Interface.

#if DEVL
#define STATIC
#else
#define STATIC static
#endif

#include "stconst.h"                   // private constants.
#include "stmac.h"                     // mac-specific definitions
#include "sthdrs.h"                    // private protocol headers.
#include "sttypes.h"                   // private types.
#include "stcnfg.h"                    // configuration information.
#include "stprocs.h"                   // private function prototypes.


#define ACQUIRE_SPIN_LOCK(lock,irql) KeAcquireSpinLock(lock,irql)
#define RELEASE_SPIN_LOCK(lock,irql) KeReleaseSpinLock(lock,irql)


#endif // def _ST_

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.