Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
ops-sni.c File Reference
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/types.h>
#include <asm/sni.h>

Go to the source code of this file.

Variables

struct pci_ops sni_pcimt_ops
 
struct pci_ops sni_pcit_ops
 

Variable Documentation

struct pci_ops sni_pcimt_ops
Initial value:
= {
.read = pcimt_read,
.write = pcimt_write,
}

Definition at line 86 of file ops-sni.c.

struct pci_ops sni_pcit_ops
Initial value:
= {
.read = pcit_read,
.write = pcit_write,
}

Definition at line 161 of file ops-sni.c.