Deleted Added
sdiff udiff text old ( 110296 ) new ( 110370 )
full compact
1/*
2 * Kernel interface to machine-dependent clock driver.
3 * Garrett Wollman, September 1994.
4 * This file is in the public domain.
5 *
6 * $FreeBSD: head/sys/amd64/include/clock.h 110296 2003-02-03 17:53:15Z jake $
7 */
8
9#ifndef _MACHINE_CLOCK_H_
10#define _MACHINE_CLOCK_H_
11
12#ifdef _KERNEL
13/*
14 * i386 to clock driver interface.

--- 25 unchanged lines hidden (view full) ---

40#ifndef PC98
41int rtcin(int val);
42#else
43int acquire_timer1(int mode);
44int release_timer1(void);
45#endif
46int sysbeep(int pitch, int period);
47void timer_restore(void);
48
49#endif /* _KERNEL */
50
51#endif /* !_MACHINE_CLOCK_H_ */