|
Linux Kernel
3.7.1
|
#include "hisax.h"#include "isac.h"#include "isdnl1.h"#include "amd7930_fn.h"#include <linux/interrupt.h>#include <linux/ppp_defs.h>#include <linux/pci.h>#include <linux/init.h>#include "netjet.h"Go to the source code of this file.
Macros | |
| #define | TJ_AMD_IRQ 0x20 |
| #define | TJ_LED1 0x40 |
| #define | TJ_LED2 0x80 |
| #define | TJ_AMD_PORT 0xC0 |
Functions | |
| int __devinit | setup_enternow_pci (struct IsdnCard *card) |
| #define TJ_AMD_IRQ 0x20 |
Definition at line 79 of file enternow_pci.c.
| #define TJ_AMD_PORT 0xC0 |
Definition at line 88 of file enternow_pci.c.
| #define TJ_LED1 0x40 |
Definition at line 80 of file enternow_pci.c.
| #define TJ_LED2 0x80 |
Definition at line 81 of file enternow_pci.c.
1.8.2