b1pcmcia.h
上传用户:szlgq88
上传日期:2009-04-28
资源大小:48287k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /* $Id: b1pcmcia.h,v 1.1.8.2 2001/09/23 22:25:05 kai Exp $
  2.  *
  3.  * Exported functions of module b1pcmcia to be called by
  4.  * avm_cs card services module.
  5.  *
  6.  * Copyright 1999 by Carsten Paeth (calle@calle.in-berlin.de)
  7.  *
  8.  * This software may be used and distributed according to the terms
  9.  * of the GNU General Public License, incorporated herein by reference.
  10.  *
  11.  */
  12. #ifndef _B1PCMCIA_H_
  13. #define _B1PCMCIA_H_
  14. int b1pcmcia_addcard_b1(unsigned int port, unsigned irq);
  15. int b1pcmcia_addcard_m1(unsigned int port, unsigned irq);
  16. int b1pcmcia_addcard_m2(unsigned int port, unsigned irq);
  17. int b1pcmcia_delcard(unsigned int port, unsigned irq);
  18. #endif /* _B1PCMCIA_H_ */