Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
x86_io_apic_ops Struct Reference

#include <x86_init.h>

Data Fields

void(* init )(void)
 
unsigned int(* read )(unsigned int apic, unsigned int reg)
 
void(* write )(unsigned int apic, unsigned int reg, unsigned int value)
 
void(* modify )(unsigned int apic, unsigned int reg, unsigned int value)
 

Detailed Description

Definition at line 192 of file x86_init.h.

Field Documentation

void(* init)(void)

Definition at line 193 of file x86_init.h.

void(* modify)(unsigned int apic, unsigned int reg, unsigned int value)

Definition at line 196 of file x86_init.h.

unsigned int(* read)(unsigned int apic, unsigned int reg)

Definition at line 194 of file x86_init.h.

void(* write)(unsigned int apic, unsigned int reg, unsigned int value)

Definition at line 195 of file x86_init.h.


The documentation for this struct was generated from the following file: