|
Linux Kernel
3.7.1
|
#include <linux/dmi.h>#include <linux/sysfs.h>#include <linux/pci.h>#include <linux/pci_ids.h>#include <linux/module.h>#include <linux/device.h>#include <linux/nls.h>#include <linux/acpi.h>#include <linux/pci-acpi.h>#include <acpi/acpi_bus.h>#include "pci.h"Go to the source code of this file.
Macros | |
| #define | DEVICE_LABEL_DSM 0x07 |
Functions | |
| void | pci_create_firmware_label_files (struct pci_dev *pdev) |
| void | pci_remove_firmware_label_files (struct pci_dev *pdev) |
| #define DEVICE_LABEL_DSM 0x07 |
Definition at line 35 of file pci-label.c.
Definition at line 369 of file pci-label.c.
Definition at line 377 of file pci-label.c.
1.8.2