|
Linux Kernel
3.7.1
|
#include <linux/pci.h>#include <linux/io.h>#include <linux/spinlock.h>#include <asm/addrspace.h>#include "pci-sh4.h"Go to the source code of this file.
Macros | |
| #define | CONFIG_CMD(bus, devfn, where) (0x80000000 | (bus->number << 16) | (devfn << 8) | (where & ~3)) |
Functions | |
| int | __attribute__ ((weak)) |
Variables | |
| struct pci_ops | sh4_pci_ops |
|
read |
1.8.2