genode/repos/base-hw/src/core/spec/x86_64/muen/cpu/vm_state.h

24 lines
535 B
C++

/*
* \brief CPU context of a virtual machine
* \author Stefan Kalkowski
* \date 2015-06-03
*/
/*
* Copyright (C) 2015-2017 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU Affero General Public License version 3.
*/
#ifndef _CORE__SPEC__X86_64__MUEN__VM_STATE_H_
#define _CORE__SPEC__X86_64__MUEN__VM_STATE_H_
namespace Genode
{
using Cpu_state_modes = Cpu_state;
using Vm_state = Cpu_state;
}
#endif /* _CORE__SPEC__X86_64__MUEN__VM_STATE_H_ */