#include <linux/pci.h>
#include <linux/interrupt.h>
#include <linux/timer.h>
#include <linux/kernel.h>
Go to the source code of this file.
Value:int __init early_##
rw##_config_##
size(
struct pci_channel *hose, \
{ \
return pci_##
rw##_config_##
size( \
fake_pci_dev(hose, top_bus,
bus,
devfn), \
}
Definition at line 32 of file common.c.
void pcibios_enable_timers |
( |
struct pci_channel * |
hose | ) |
|
unsigned int pcibios_handle_status_errors |
( |
unsigned long |
addr, |
|
|
unsigned int |
status, |
|
|
struct pci_channel * |
hose |
|
) |
| |