dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/sparc/include/asm/timex_32.h

16 lines
313 B
C

/*
* linux/include/asm/timex.h
*
* sparc architecture timex specifications
*/
#ifndef _ASMsparc_TIMEX_H
#define _ASMsparc_TIMEX_H
#define CLOCK_TICK_RATE 1193180 /* Underlying HZ */
/* XXX Maybe do something better at some point... -DaveM */
typedef unsigned long cycles_t;
#define get_cycles() (0)
#endif