Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/ide.h>
#include <linux/pci_ids.h>
Go to the source code of this file.
Macros | |
#define | DRV_NAME "ide_generic" |
Functions | |
module_param (probe_mask, int, 0) | |
MODULE_PARM_DESC (probe_mask,"probe mask for legacy ISA IDE ports") | |
module_init (ide_generic_init) | |
MODULE_LICENSE ("GPL") | |
#define DRV_NAME "ide_generic" |
Definition at line 24 of file ide-generic.c.
module_init | ( | ide_generic_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_param | ( | probe_mask | , |
int | , | ||
0 | |||
) |