Go to the documentation of this file.
11 #include <linux/kernel.h>
16 #include <linux/errno.h>
17 #include <linux/pci.h>
19 #include <linux/types.h>
25 static int sh5pci_read(
struct pci_bus *
bus,
unsigned int devfn,
int where,
45 static int sh5pci_write(
struct pci_bus *bus,
unsigned int devfn,
int where,
67 .write = sh5pci_write,