summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/elnkmc/switch.h
blob: 4bb715ab971162c9f4ee00132fe762c6030ec250 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39

/*++

Copyright (c) 1992  Microsoft Corporation

Module Name:

    switch.h

Abstract:

    determines whether we are building the Elnkmc or the Elnk16.

Author:

    Johnson R. Apacible (JohnsonA) 9-June-1991

Environment:

    This driver is expected to work in DOS and NT at the equivalent
    of kernel mode.

    Architecturally, there is an assumption in this driver that we are
    on a little endian machine.

Notes:

    optional-notes

Revision History:


--*/

#ifndef _ELNKSWITCH_
#define _ELNKSWITCH_
#define     ELNKMC      1
#endif // _ELNKSWITCH