2005-04-16 18:20:36 -04:00
|
|
|
/*
|
|
|
|
* This file is subject to the terms and conditions of the GNU General Public
|
|
|
|
* License. See the file "COPYING" in the main directory of this archive
|
|
|
|
* for more details.
|
|
|
|
*
|
2005-11-28 08:10:54 -05:00
|
|
|
* Copyright (C) 2003, 2005 by Ralf Baechle
|
2005-04-16 18:20:36 -04:00
|
|
|
*/
|
|
|
|
#ifndef __ASM_MACH_GENERIC_TIMEX_H
|
|
|
|
#define __ASM_MACH_GENERIC_TIMEX_H
|
|
|
|
|
|
|
|
#define CLOCK_TICK_RATE 500000
|
|
|
|
|
|
|
|
#endif /* __ASM_MACH_GENERIC_TIMEX_H */
|