L4Re Operating System Framework
Interface and Usage Documentation
Loading...
Searching...
No Matches
vcpu_context
Go to the documentation of this file.
1
6
#pragma once
7
8
#include <l4/sys/vcpu_context.h>
9
10
namespace
L4
{
11
12
class
Vcpu_context :
13
public
Kobject_t<Vcpu_context, Kobject, L4_PROTO_VCPU_CONTEXT>
14
{
15
public
:
16
Vcpu_context(Vcpu_context
const
&) =
delete
;
17
void
operator = (Vcpu_context
const
&) =
delete
;
18
19
protected
:
20
Vcpu_context();
21
};
22
23
};
L4
L4 low-level kernel interface.
Definition
io_regblock.h:19
l4
sys
vcpu_context
Generated on Sat Aug 24 2024 16:07:22 for L4Re Operating System Framework by
1.9.8