Linux Kernel
3.7.1
|
#include <x86_init.h>
Data Fields | |
void(* | pre_vector_init )(void) |
void(* | intr_init )(void) |
void(* | trap_init )(void) |
struct x86_init_irqs - platform specific interrupt setup : init code to run before interrupt vectors are set up. : interrupt init code : platform specific trap setup
Definition at line 55 of file x86_init.h.
Definition at line 57 of file x86_init.h.
Definition at line 56 of file x86_init.h.
Definition at line 58 of file x86_init.h.