Deleted Added
full compact
clock.h (67158) clock.h (82971)
1/*
2 * Kernel interface to machine-dependent clock driver.
3 * Garrett Wollman, September 1994.
4 * This file is in the public domain.
5 *
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 67158 2000-10-15 09:51:49Z phk $
6 * $FreeBSD: head/sys/amd64/include/clock.h 82971 2001-09-04 16:02:06Z iwasaki $
7 */
8
9#ifndef _MACHINE_CLOCK_H_
10#define _MACHINE_CLOCK_H_
11
12#ifdef _KERNEL
13/*
14 * i386 to clock driver interface.

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

38int release_timer2 __P((void));
39#ifndef PC98
40int rtcin __P((int val));
41#else
42int acquire_timer1 __P((int mode));
43int release_timer1 __P((void));
44#endif
45int sysbeep __P((int pitch, int period));
7 */
8
9#ifndef _MACHINE_CLOCK_H_
10#define _MACHINE_CLOCK_H_
11
12#ifdef _KERNEL
13/*
14 * i386 to clock driver interface.

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

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