summaryrefslogtreecommitdiffstats
path: root/include/asm-alpha/timex.h
blob: c0bfb799cd919b31121c974f21857737b37e7024 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * linux/include/asm-alpha/timex.h
 *
 * ALPHA architecture timex specifications
 */
#ifndef _ASMALPHA_TIMEX_H
#define _ASMALPHA_TIMEX_H

#define CLOCK_TICK_RATE	1193180 /* Underlying HZ */

#endif