Deleted Added
full compact
clock.h (110296) clock.h (110370)
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 110296 2003-02-03 17:53:15Z jake $
6 * $FreeBSD: head/sys/amd64/include/clock.h 110370 2003-02-05 09:20:40Z phk $
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);
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);
48void init_TSC(void);
48
49#endif /* _KERNEL */
50
51#endif /* !_MACHINE_CLOCK_H_ */
49
50#endif /* _KERNEL */
51
52#endif /* !_MACHINE_CLOCK_H_ */