mirror of
https://github.com/NishiOwO/JWasm.git
synced 2025-04-21 08:44:38 +00:00
14 lines
316 B
C
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
|