|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include "hisax.h"#include "isar.h"#include "isdnl1.h"#include <linux/interrupt.h>#include <linux/slab.h>Go to the source code of this file.
Macros | |
| #define | DBG_LOADFIRM 0 |
| #define | DUMP_MBOXFRAME 2 |
| #define | DLE 0x10 |
| #define | ETX 0x03 |
| #define | FAXMODCNT 13 |
| #define | BLK_HEAD_SIZE 6 |
| #define | B_LL_NOCARRIER 8 |
| #define | B_LL_CONNECT 9 |
| #define | B_LL_OK 10 |
Functions | |
| int | ISARVersion (struct IsdnCardState *cs, char *s) |
| void | isar_fill_fifo (struct BCState *bcs) |
| void | isar_int_main (struct IsdnCardState *cs) |
| int | isar_auxcmd (struct IsdnCardState *cs, isdn_ctrl *ic) |
| void | initisar (struct IsdnCardState *cs) |
| #define BLK_HEAD_SIZE 6 |
1.8.2