- Kai Germaschewski: ymfpci cleanups and resource leak fixes
[davej-history.git] / include / linux / b1pcmcia.h
blobe13307ba0a857957bcb4b3b0796195766d425040
1 /*
2 * $Id: b1pcmcia.h,v 1.1 1999/07/01 15:26:56 calle Exp $
4 * Exported functions of module b1pcmcia to be called by
5 * avm_cs card services module.
7 * Copyright 1999 by Carsten Paeth (calle@calle.in-berlin.de)
9 * $Log: b1pcmcia.h,v $
10 * Revision 1.1 1999/07/01 15:26:56 calle
11 * complete new version (I love it):
12 * + new hardware independed "capi_driver" interface that will make it easy to:
13 * - support other controllers with CAPI-2.0 (i.e. USB Controller)
14 * - write a CAPI-2.0 for the passive cards
15 * - support serial link CAPI-2.0 boxes.
16 * + wrote "capi_driver" for all supported cards.
17 * + "capi_driver" (supported cards) now have to be configured with
18 * make menuconfig, in the past all supported cards where included
19 * at once.
20 * + new and better informations in /proc/capi/
21 * + new ioctl to switch trace of capi messages per controller
22 * using "avmcapictrl trace [contr] on|off|...."
23 * + complete testcircle with all supported cards and also the
24 * PCMCIA cards (now patch for pcmcia-cs-3.0.13 needed) done.
28 #ifndef _B1PCMCIA_H_
29 #define _B1PCMCIA_H_
31 int b1pcmcia_addcard_b1(unsigned int port, unsigned irq);
32 int b1pcmcia_addcard_m1(unsigned int port, unsigned irq);
33 int b1pcmcia_addcard_m2(unsigned int port, unsigned irq);
34 int b1pcmcia_delcard(unsigned int port, unsigned irq);
36 #endif /* _B1PCMCIA_H_ */