summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/clock.h
blob: 95c160fed89017d78f80fc1e5ed2847a2316c3e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * Kernel interface to machine-dependent clock driver.
 * Garrett Wollman, September 1994.
 * This file is in the public domain.
 *
 *	$Id: clock.h,v 1.34 1998/03/05 21:45:42 tegge Exp $
 */

#ifndef _MACHINE_CLOCK_H_
#define	_MACHINE_CLOCK_H_

#ifdef KERNEL

extern	int	wall_cmos_clock;
extern	int	adjkerntz;

void	DELAY __P((int usec));
int	sysbeep __P((int pitch, int period));

#endif /* KERNEL */

#endif /* !_MACHINE_CLOCK_H_ */
OpenPOWER on IntegriCloud