|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/sched.h>#include <linux/slab.h>#include "hisax.h"#include "hfc_2bds0.h"#include "isdnl1.h"#include <linux/interrupt.h>Go to the source code of this file.
Macros | |
| #define | byteout(addr, val) outb(val, addr) |
| #define | bytein(addr) inb(addr) |
Functions | |
| void | hfc2bds0_interrupt (struct IsdnCardState *cs, u_char val) |
| void | init2bds0 (struct IsdnCardState *cs) |
| void | release2bds0 (struct IsdnCardState *cs) |
| void | set_cs_func (struct IsdnCardState *cs) |
Definition at line 26 of file hfc_2bds0.c.
Definition at line 765 of file hfc_2bds0.c.
Definition at line 1038 of file hfc_2bds0.c.
Definition at line 1057 of file hfc_2bds0.c.
Definition at line 1068 of file hfc_2bds0.c.
1.8.2