https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 9840b840a085ef29f7e24c3b6daf72b6b40224bc authored by Jason Self on 12 April 2013, 16:18:43 UTC
Linux-libre 3.0.73-gnu1
Tip revision: 9840b84
timex.h
/*
 * arch/arm/mach-loki/include/mach/timex.h
 *
 * This file is licensed under the terms of the GNU General Public
 * License version 2.  This program is licensed "as is" without any
 * warranty of any kind, whether express or implied.
 */

#define CLOCK_TICK_RATE		(100 * HZ)

#define LOKI_TCLK		180000000
back to top