Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
mips
include
asm
mach-bcm63xx
bcm63xx_timer.h
Go to the documentation of this file.
1
#ifndef BCM63XX_TIMER_H_
2
#define BCM63XX_TIMER_H_
3
4
int
bcm63xx_timer_register
(
int
id
,
void
(*
callback
)(
void
*
data
),
void
*data);
5
void
bcm63xx_timer_unregister
(
int
id
);
6
int
bcm63xx_timer_set
(
int
id
,
int
monotonic,
unsigned
int
countdown_us);
7
int
bcm63xx_timer_enable
(
int
id
);
8
int
bcm63xx_timer_disable
(
int
id
);
9
unsigned
int
bcm63xx_timer_countdown
(
unsigned
int
countdown_us);
10
11
#endif
/* !BCM63XX_TIMER_H_ */
Generated on Thu Jan 10 2013 13:09:45 for Linux Kernel by
1.8.2