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

#include <iorpc.h>

Data Fields

struct {
   int   cpu
 
   int   event
 
user
 
struct {
   int   x
 
   int   y
 
   int   ipi
 
   int   event
 
kernel
 

Detailed Description

A structure used to describe interrupts. The format differs slightly for user and kernel interrupts. As with the mem_buffer_t, translation between the formats is done at each level.

Definition at line 394 of file iorpc.h.

Field Documentation

CPU.

Definition at line 398 of file iorpc.h.

evt_num

Definition at line 399 of file iorpc.h.

int ipi

int_num

Definition at line 407 of file iorpc.h.

struct { ... } kernel

Interrupt as described by the kernel.

struct { ... } user

Interrupt as described by user applications.

int x

X coord.

Definition at line 405 of file iorpc.h.

int y

Y coord.

Definition at line 406 of file iorpc.h.


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