old-trainOS/csl/cpustatetype.hpp

13 lines
160 B
C++
Raw Normal View History

#pragma once
#include <vmtype.hpp>
#include <cpustate.h>
namespace csl
{
extern const VMType * CpuStateType;
VMValue createCpuState(::CpuState *state);
}