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

Go to the source code of this file.

Variables

struct pci_ops titan_ht_pci_ops
 

Variable Documentation

struct pci_ops titan_ht_pci_ops
Initial value:
= {
.read = titan_ht_config_read,
.write = titan_ht_config_write,
}

Definition at line 121 of file ops-titan-ht.c.