Linux Kernel
3.7.1
|
#include <x86_init.h>
Data Fields | |
void(* | setup_percpu_clockev )(void) |
void(* | tsc_pre_init )(void) |
void(* | timer_init )(void) |
void(* | wallclock_init )(void) |
struct x86_init_timers - platform specific timer setup : set up the per cpu clock event device for the boot cpu : platform function called before TSC init : initialize the platform timer (default PIT/HPET) : init the wallclock device
Definition at line 101 of file x86_init.h.
Definition at line 102 of file x86_init.h.
Definition at line 104 of file x86_init.h.
Definition at line 103 of file x86_init.h.
Definition at line 105 of file x86_init.h.