blob: 6b87a89f9ede19cd354d33ac5b1a7e82863198d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*-
* Kernel interface to machine-dependent clock driver.
* Garrett Wollman, September 1994.
* This file is in the public domain.
*
* $FreeBSD$
*/
#ifndef _MACHINE_CLOCK_H_
#define _MACHINE_CLOCK_H_
#endif /* !_MACHINE_CLOCK_H_ */
|