]> rtime.felk.cvut.cz Git - sysless.git/blob - arch/arm/mach-at91sam7/libs/at91_timer/at91_timer.h
Build framework for the AT91SAM7 architecture
[sysless.git] / arch / arm / mach-at91sam7 / libs / at91_timer / at91_timer.h
1 /*
2  * at91_timer.c
3  *
4  * Timer manipulating functions.
5  *
6  * Derived from the M2M implementation of Open Controller, by Ruud Vlaming
7  * and Peter W. Zuidema.
8  * Tran Duy Khanh <tran@pbmaster.org>
9  *
10  * This program is free software; you can redistribute it and/or modify it
11  * under the terms of the GNU General Public License as published by the
12  * Free Software Foundation; either version 2, or (at your option) any
13  * later version.
14  *
15  * This program is distributed in the hope that it will be useful, but
16  * WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18  * General Public License for more details.
19  */
20
21 #ifndef AT91_TIMER_H
22 #define AT91_TIMER_H
23
24 #define Timer_Counter_Number    1
25
26 void at91_wait_20_millisec(int count);
27
28 #endif /* AT91_TIMER_H */