Files
zig/lib/libc/include/powerpc64-freebsd-none/machine/clock.h
T
2025-12-07 09:32:28 +01:00

18 lines
302 B
C
Vendored

/*-
* Kernel interface to machine-dependent clock driver.
* Garrett Wollman, September 1994.
* This file is in the public domain.
*/
#ifndef _MACHINE_CLOCK_H_
#define _MACHINE_CLOCK_H_
#ifdef _KERNEL
struct trapframe;
void decr_intr(struct trapframe *);
#endif
#endif /* !_MACHINE_CLOCK_H_ */