9 lines
218 B
C
9 lines
218 B
C
/*
|
|
* Functions to provide access to special cpu instructions.
|
|
*
|
|
* $Id: cpufunc.h,v 1.6 1994/04/10 02:28:19 chopps Exp $
|
|
*/
|
|
#ifndef _MACHINE_CPUFUNC_H_
|
|
#define _MACHINE_CPUFUNC_H_
|
|
#endif /* !_MACHINE_CPUFUNC_H_ */
|