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
10namespace L4 {
11
12class Vcpu_context :
13 public Kobject_t<Vcpu_context, Kobject, L4_PROTO_VCPU_CONTEXT>
14{
15public:
16 Vcpu_context(Vcpu_context const &) = delete;
17 void operator = (Vcpu_context const &) = delete;
18
19protected:
20 Vcpu_context();
21};
22
23};
L4 low-level kernel interface.
Definition io_regblock.h:19