summaryrefslogtreecommitdiff
path: root/network/ndis/netvmini/6x/netvmin6.h
blob: b7331fc8164b29cfd6f2cc1bd63a8ea4e685e8b4 (plain)
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
40
41
42
43
44
45
46
/*++

Copyright (c) Microsoft Corporation.  All rights reserved.

    THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
    KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
    IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
    PURPOSE.

Module Name:

   Netvmin6.H

Abstract:

    This module collects all the headers needed to compile the netvmin6 sample.

--*/


#ifndef _NETVMIN6_H
#define _NETVMIN6_H


#include <ndis.h>


// Tell the analysis tools that this code should be treated as a kernel driver.
_Analysis_mode_(_Analysis_code_type_kernel_driver_);

#include "trace.h"
#include "hardware.h"
#include "miniport.h"
#include "vmq.h"
#include "qos.h"
#include "rssv2.h"
#include "adapter.h"
#include "mphal.h"
#include "tcbrcb.h"
#include "datapath.h"
#include "ctrlpath.h"



#endif // _NETVMIN6_H