Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/pci.h>
Go to the source code of this file.
Functions | |
module_param_string (ids, ids, sizeof(ids), 0) | |
MODULE_PARM_DESC (ids,"Initial PCI IDs to add to the stub driver, format is ""\"vendor:device[:subvendor[:subdevice[:class[:class_mask]]]]\""" and multiple comma separated entries can be specified") | |
module_init (pci_stub_init) | |
module_exit (pci_stub_exit) | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Chris Wright <[email protected]>") | |
MODULE_AUTHOR | ( | "Chris Wright <[email protected]>" | ) |
module_exit | ( | pci_stub_exit | ) |
module_init | ( | pci_stub_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_param_string | ( | ids | , |
ids | , | ||
sizeof(ids) | , | ||
0 | |||
) |