Linux Kernel
3.7.1
|
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/slab.h>
#include "ibmasm.h"
#include "lowlevel.h"
#include "remote.h"
Go to the source code of this file.
Functions | |
module_param (ibmasm_debug, int, S_IRUGO|S_IWUSR) | |
MODULE_PARM_DESC (ibmasm_debug," Set debug mode on or off") | |
module_init (ibmasm_init) | |
module_exit (ibmasm_exit) | |
MODULE_AUTHOR (DRIVER_AUTHOR) | |
MODULE_DESCRIPTION (DRIVER_DESC) | |
MODULE_LICENSE ("GPL") | |
MODULE_DEVICE_TABLE (pci, ibmasm_pci_table) | |
Variables | |
int | ibmasm_debug = 0 |
MODULE_AUTHOR | ( | DRIVER_AUTHOR | ) |
MODULE_DESCRIPTION | ( | DRIVER_DESC | ) |
MODULE_DEVICE_TABLE | ( | pci | , |
ibmasm_pci_table | |||
) |
module_exit | ( | ibmasm_exit | ) |
module_init | ( | ibmasm_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_param | ( | ibmasm_debug | , |
int | , | ||
S_IRUGO| | S_IWUSR | ||
) |
MODULE_PARM_DESC | ( | ibmasm_debug | , |
" Set debug mode on or off" | |||
) |