Linux Kernel
3.7.1
|
#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/delay.h>
#include <linux/mISDNhw.h>
#include <linux/slab.h>
#include "ipac.h"
#include "iohelper.h"
#include "netjet.h"
#include <linux/isdn/hdlc.h>
Go to the source code of this file.
Data Structures | |
struct | tiger_dma |
struct | tiger_ch |
struct | tiger_hw |
Macros | |
#define | NETJET_REV "2.0" |
#define | TX_INIT 0x0001 |
#define | TX_IDLE 0x0002 |
#define | TX_RUN 0x0004 |
#define | TX_UNDERRUN 0x0100 |
#define | RX_OVERRUN 0x0100 |
#define | LOG_SIZE 64 |
Enumerations | |
enum | nj_types { NETJET_S_TJ300, NETJET_S_TJ320, ENTERNOW__TJ320 } |
Functions | |
MODULE_AUTHOR ("Karsten Keil") | |
MODULE_LICENSE ("GPL v2") | |
MODULE_VERSION (NETJET_REV) | |
module_param_call (debug, set_debug, param_get_uint,&debug, S_IRUGO|S_IWUSR) | |
MODULE_PARM_DESC (debug,"Netjet debug mask") | |
MODULE_DEVICE_TABLE (pci, nj_pci_ids) | |
module_init (nj_init) | |
module_exit (nj_cleanup) | |
enum nj_types |
MODULE_AUTHOR | ( | "Karsten Keil" | ) |
MODULE_DEVICE_TABLE | ( | pci | , |
nj_pci_ids | |||
) |
module_exit | ( | nj_cleanup | ) |
module_init | ( | nj_init | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |
module_param_call | ( | debug | , |
set_debug | , | ||
param_get_uint | , | ||
& | debug, | ||
S_IRUGO| | S_IWUSR | ||
) |
MODULE_VERSION | ( | NETJET_REV | ) |