summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/clock.h
blob: 772fc2a29ed3a5e8439d3044f0a5e19b7c3e2493 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*-
 * Kernel interface to machine-dependent clock driver.
 * Garrett Wollman, September 1994.
 * This file is in the public domain.
 *
 * $FreeBSD$
 */

#ifndef _MACHINE_CLOCK_H_
#define	_MACHINE_CLOCK_H_

#ifdef _KERNEL

#define	CLOCK_VECTOR	254

extern uint64_t	ia64_clock_reload;

#endif

#endif /* !_MACHINE_CLOCK_H_ */
OpenPOWER on IntegriCloud