Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
i8253.c File Reference
#include <linux/clockchips.h>
#include <linux/module.h>
#include <linux/timex.h>
#include <linux/i8253.h>
#include <asm/hpet.h>
#include <asm/time.h>
#include <asm/smp.h>

Go to the source code of this file.

Functions

void __init setup_pit_timer (void)
 
 arch_initcall (init_pit_clocksource)
 

Variables

struct clock_event_device * global_clock_event
 

Function Documentation

arch_initcall ( init_pit_clocksource  )
void __init setup_pit_timer ( void  )

Definition at line 20 of file i8253.c.

Variable Documentation

struct clock_event_device* global_clock_event

Definition at line 18 of file i8253.c.