| * Interface between low level (hardware) drivers and |
| * Author Kai Germaschewski |
| * Copyright 2001 by Kai Germaschewski <kai.germaschewski@gmx.de> |
| * This software may be used and distributed according to the terms |
| * of the GNU General Public License, incorporated herein by reference. |
| #include <linux/skbuff.h> |
| #define PH_ACTIVATE 0x0100 |
| #define PH_DEACTIVATE 0x0110 |
| #define L1_MODE_HDLC_56K 4 |
| void *priv; // private to driver |
| void (*l1l2)(struct hisax_if *, int pr, void *arg); |
| void (*l2l1)(struct hisax_if *, int pr, void *arg); |
| struct IsdnCardState *cs; |
| struct hisax_b_if *b_if[2]; |
| int hisax_register(struct hisax_d_if *hisax_if, struct hisax_b_if *b_if[], |
| char *name, int protocol); |
| void hisax_unregister(struct hisax_d_if *hisax_if); |