jwasm/H/cpumodel.h
2014-06-18 19:16:56 +04:00

14 lines
316 B
C

/****************************************************************************
*
* Description: prototypes for cpumodel.c
*
****************************************************************************/
#ifndef _CPUMODEL_H_INCLUDED_
#define _CPUMODEL_H_INCLUDED_
extern ret_code SetCPU( enum cpu_info );
#endif