9 lines
219 B
C
9 lines
219 B
C
|
/* $NetBSD: cpufunc.h,v 1.1 2000/05/25 22:11:59 is Exp $ */
|
||
|
|
||
|
/*
|
||
|
* Functions to provide access to special cpu instructions.
|
||
|
*/
|
||
|
#ifndef _MACHINE_CPUFUNC_H_
|
||
|
#define _MACHINE_CPUFUNC_H_
|
||
|
#endif /* !_MACHINE_CPUFUNC_H_ */
|