mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Christian Helmuth
parent
0a819d5e19
commit
fa6e819f9a
@@ -14,6 +14,9 @@
|
||||
#ifndef _INCLUDE__SPEC__PC__VM_STATE_H_
|
||||
#define _INCLUDE__SPEC__PC__VM_STATE_H_
|
||||
|
||||
/* x86 CPU state */
|
||||
#include <cpu/vcpu_state.h>
|
||||
|
||||
namespace Genode {
|
||||
|
||||
/**
|
||||
@@ -22,9 +25,7 @@ namespace Genode {
|
||||
struct Vm_state;
|
||||
}
|
||||
|
||||
|
||||
struct Genode::Vm_state
|
||||
{
|
||||
};
|
||||
struct Genode::Vm_state : Genode::Vcpu_state
|
||||
{};
|
||||
|
||||
#endif /* _INCLUDE__SPEC__PC__VM_STATE_H_ */
|
||||
|
||||
Reference in New Issue
Block a user