Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations | Variables
ops-sh7786.c File Reference
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/pci.h>
#include <linux/io.h>
#include <linux/spinlock.h>
#include "pcie-sh7786.h"

Go to the source code of this file.

Enumerations

enum  { PCI_ACCESS_READ, PCI_ACCESS_WRITE }
 

Variables

struct pci_ops sh7786_pci_ops
 

Enumeration Type Documentation

anonymous enum
Enumerator:
PCI_ACCESS_READ 
PCI_ACCESS_WRITE 

Definition at line 17 of file ops-sh7786.c.

Variable Documentation

struct pci_ops sh7786_pci_ops
Initial value:
= {
.read = sh7786_pcie_read,
.write = sh7786_pcie_write,
}

Definition at line 168 of file ops-sh7786.c.