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

#include <x86_init.h>

Data Fields

void(* setup_percpu_clockev )(void)
 
void(* tsc_pre_init )(void)
 
void(* timer_init )(void)
 
void(* wallclock_init )(void)
 

Detailed Description

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.

Field Documentation

void(* setup_percpu_clockev)(void)

Definition at line 102 of file x86_init.h.

void(* timer_init)(void)

Definition at line 104 of file x86_init.h.

void(* tsc_pre_init)(void)

Definition at line 103 of file x86_init.h.

void(* wallclock_init)(void)

Definition at line 105 of file x86_init.h.


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