|
Linux Kernel
3.7.1
|
#include <iorpc.h>
Data Fields | |
| struct { | |
| int cpu | |
| int event | |
| } | user |
| struct { | |
| int x | |
| int y | |
| int ipi | |
| int event | |
| } | kernel |
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.
| struct { ... } kernel |
Interrupt as described by the kernel.
| struct { ... } user |
Interrupt as described by user applications.
1.8.2