summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/lt200/ltmain.h
blob: 3b7d7e63cffe809192055c3ae7200a33618b056e (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/*++

Copyright (c) 1992  Microsoft Corporation

Module Name:

	ltmain.h

Abstract:

	This module is the main common include file.

Author:

	Stephen Hou			(stephh@microsoft.com)
	Nikhil 	Kamkolkar 	(nikhilk@microsoft.com)

Revision History:
	19 Jun 1992		Initial Version (dch@pacvax.pacersoft.com)

Notes:	Tab stop: 4
--*/

#ifndef	_LTMAIN_H_
#define	_LTMAIN_H_

#include <ndis.h>
#include <stdlib.h>

//	!!!ntddk.h doesnt include the prototype for this function!!!
ULONG
RtlRandom (
    PULONG Seed);

#include 	"ltdebug.h"
#include 	"lthrd.h"
#include 	"ltsft.h"
#include	"ltinit.h"
#include	"ltsend.h"
#include	"ltrecv.h"
#include	"ltloop.h"
#include	"ltutils.h"

//	Define all the globals
#include "ltglobal.h"

#ifdef	LTMAIN_H_LOCALS

#endif	// LTMAIN_H_LOCALS


#endif	// _LTMAIN_H_