summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/madge/driver/head_mod/sys_pcmc.h
blob: 9c16efca485f162afe8a4452880b97cf1cc0423a (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
/****************************************************************************/
/****************************************************************************/
/*                                                                          */
/*      THE DOS SYSTEM SPECIFIC MODULE (MEMORY IO)                          */
/*      ==========================================                          */
/*                                                                          */
/*      SYS_PCMC.H : Part of the FASTMAC TOOL-KIT (FTK)                      */
/*                                                                          */
/*      Copyright (c) Madge Networks Ltd. 1991-1994                         */
/*      Developed by MF                                                     */
/*      CONFIDENTIAL                                                        */
/*                                                                          */
/*                                                                          */
/****************************************************************************/
/*                                                                          */
/* The purpose of the DOS  system  specific  module  is  to  provide  those */
/* services  that  are  influenced  by  the operating system. This includes */
/* memory allocation routines, interrupt and DMA channel enabling/disabling */
/* routines, and routines for accessing IO ports.                           */
/*                                                                          */
/* The SYS_PCMC.H file contains the exported function  definitions for  the */
/* SYS_PCMC.C module.                                                       */
/*                                                                          */
/****************************************************************************/

/****************************************************************************/
/*                                                                          */
/* VERSION_NUMBER of FTK to which this SYS_MEM.H belongs :                  */
/*                                                                          */

#define FTK_VERSION_NUMBER_SYS_PCMC_H 221


/****************************************************************************/

extern WBOOLEAN sys_pcmcia_point_enable(

                        ADAPTER*  adapter
                        );

extern void     sys_pcmcia_point_disable(

                        ADAPTER*  adapter
                        );

/*                                                                          */
/*                                                                          */
/************** End of SYS_PCMC.H file **************************************/
/*                                                                          */
/*                                                                          */