~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to include/linux/b1pcmcia.h

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
13
#ifndef _B1PCMCIA_H_
 
14
#define _B1PCMCIA_H_
 
15
 
 
16
int b1pcmcia_addcard_b1(unsigned int port, unsigned irq);
 
17
int b1pcmcia_addcard_m1(unsigned int port, unsigned irq);
 
18
int b1pcmcia_addcard_m2(unsigned int port, unsigned irq);
 
19
int b1pcmcia_delcard(unsigned int port, unsigned irq);
 
20
 
 
21
#endif  /* _B1PCMCIA_H_ */