#include <linux/pci.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/uaccess.h>
#include <asm/pci_x86.h>
#include <asm/pci-functions.h>
#include <asm/cacheflush.h>
Go to the source code of this file.
#define BIOS32_SIGNATURE (('_' << 0) + ('3' << 8) + ('2' << 16) + ('_' << 24)) |
#define PCI_SERVICE (('$' << 0) + ('P' << 8) + ('C' << 16) + ('I' << 24)) |
#define PCI_SIGNATURE (('P' << 0) + ('C' << 8) + ('I' << 16) + (' ' << 24)) |
#define PCIBIOS_HW_TYPE1 0x01 |
#define PCIBIOS_HW_TYPE1_SPEC 0x10 |
#define PCIBIOS_HW_TYPE2 0x02 |
#define PCIBIOS_HW_TYPE2_SPEC 0x20 |