Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / ia64 / include / clock.h
blobb9970746c088e9aedeb8b333b352f77e7e3d4e0d
1 /*-
2 * Kernel interface to machine-dependent clock driver.
3 * Garrett Wollman, September 1994.
4 * This file is in the public domain.
6 * $FreeBSD: src/sys/ia64/include/clock.h,v 1.12 2008/03/26 20:09:19 phk Exp $
7 */
9 #ifndef _MACHINE_CLOCK_H_
10 #define _MACHINE_CLOCK_H_
12 #ifdef _KERNEL
14 #define CLOCK_VECTOR 254
16 extern uint64_t ia64_clock_reload;
17 extern uint64_t itc_frequency;
19 void pcpu_initclock(void);
21 #endif
23 #endif /* !_MACHINE_CLOCK_H_ */