eicon_pci.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /* $Id: eicon_pci.h,v 1.1.4.1 2001/11/20 14:19:35 kai Exp $
  2.  *
  3.  * ISDN low-level module for Eicon active ISDN-Cards (PCI part).
  4.  *
  5.  * Copyright 1998-2000 by Armin Schindler (mac@melware.de)
  6.  * Copyright 1999,2000 Cytronics & Melware (info@melware.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 eicon_pci_h
  13. #define eicon_pci_h
  14. #ifdef __KERNEL__
  15. /*
  16.  * card's description
  17.  */
  18. typedef struct {
  19. int      irq;     /* IRQ           */
  20. int   channels; /* No. of supported channels  */
  21.         void*             card;
  22.         unsigned char     type;     /* card type                  */
  23.         unsigned char     master;   /* Flag: Card is Quadro 1/4   */
  24. } eicon_pci_card;
  25. extern int eicon_pci_find_card(char *ID);
  26. #endif  /* __KERNEL__ */
  27. #endif /* eicon_pci_h */