blob: 5e7f1a458814e113a0784a6ce1ee9da70de5aa42 (
plain)
1
2
3
4
5
6
7
8
9
|
/* $OpenBSD: cpufunc.h,v 1.2 1997/01/16 09:25:48 niklas Exp $ */
/* $NetBSD: cpufunc.h,v 1.7 1994/10/26 02:06:02 cgd Exp $ */
/*
* Functions to provide access to special cpu instructions.
*/
#ifndef _MACHINE_CPUFUNC_H_
#define _MACHINE_CPUFUNC_H_
#endif /* !_MACHINE_CPUFUNC_H_ */
|