~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/include/linux/b1pcmcia.h

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /*
  2  * $Id: b1pcmcia.h,v 1.1 1999/07/01 15:26:56 calle Exp $
  3  *
  4  * Exported functions of module b1pcmcia to be called by
  5  * avm_cs card services module.
  6  *
  7  * Copyright 1999 by Carsten Paeth (calle@calle.in-berlin.de)
  8  *
  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.
 25  *
 26  */
 27 
 28 #ifndef _B1PCMCIA_H_
 29 #define _B1PCMCIA_H_
 30 
 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);
 35 
 36 #endif  /* _B1PCMCIA_H_ */
 37 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.