summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/madge/driver/head_mod/ftk_extr.h
blob: a35a46d39ebf397c7728a7eb9d12c6b4cdf24788 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
/****************************************************************************/
/****************************************************************************/
/*                                                                          */
/*      THE MODULE ENTRY POINTS DEFINITIONS (EXTERNAL)                      */
/*      ==============================================                      */
/*                                                                          */
/*      FTK_EXTR.H : Part of the FASTMAC TOOL-KIT (FTK)                     */
/*                                                                          */
/*      Copyright (c) Madge Networks Ltd. 1991-1994                         */
/*      Developed by MF                                                     */
/*      CONFIDENTIAL                                                        */
/*                                                                          */
/*                                                                          */
/****************************************************************************/
/*                                                                          */
/* The FASTMAC TOOL-KIT consists of three parts - the DRIVER, the  HWI  and */
/* the SYSTEM specific parts. These parts are further divided into a number */
/* of  modules.   Each  module has a number of exported procedures that are */
/* the entry points to the users of that module. The definitions  of  these */
/* entry  points  are maintained within header files using the same name as */
/* the module itself. Each of these header files also  contains  a  version */
/* number of the FTK to which it belongs for consistency checking.          */
/*                                                                          */
/* There is also a header file  for  the  utilities  module  that  contains */
/* useful routines used in different parts of the FTK.                      */
/*                                                                          */
/*                                                                          */
/* The FTK_EXTR.H file contains the exported function definitions that  are */
/* required  external  to the FTK ie. by a user of the FTK. It includes the */
/* definitions for the USER and SYSTEM functions that must be  supplied  by */
/* any  application. It also contains the definitions of those functions in */
/* the DRIVER part that may be called by an FTK user.                       */
/*                                                                          */
/*                                                                          */
/****************************************************************************/

/****************************************************************************/
/*                                                                          */
/*              SYSTEM part : module header files                           */
/*                                                                          */

#include "sys_allo.h"
#include "sys_buff.h"
#include "sys_dma.h"
#include "sys_irq.h"
#include "sys_mem.h"
#include "sys_time.h"
#include "sys_pci.h"
#include "sys_cs.h"
#include "sys_pcmc.h"

/****************************************************************************/
/*                                                                          */
/*              DRIVER part : module header files                           */
/*                                                                          */

#include "drv_err.h"
#include "drv_srb.h"
#include "drv_irq.h"
#include "drv_init.h"
#include "drv_rxtx.h"

/*                                                                          */
/*                                                                          */
/************** End of FTK_EXTR.H file **************************************/
/*                                                                          */
/*                                                                          */