mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 00:24:51 +00:00
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_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user