L4Re Operating System Framework
Interface and Usage Documentation
Loading...
Searching...
No Matches
vm
Go to the documentation of this file.
1
// vi:set ft=cpp: -*- Mode: C++ -*-
6
/*
7
* (c) 2008-2010 Adam Lackorzynski <adam@os.inf.tu-dresden.de>,
8
* Alexander Warg <warg@os.inf.tu-dresden.de>
9
* economic rights: Technische Universität Dresden (Germany)
10
*
11
* License: see LICENSE.spdx (in this directory or the directories above)
12
*/
13
14
#pragma once
15
16
#include <l4/sys/vm.h>
17
#include <
l4/sys/task
>
18
19
namespace
L4
{
20
30
class
Vm :
public
Kobject_t<Vm, Task, L4_PROTO_VM>
31
{
32
protected
:
33
Vm();
34
35
private
:
36
Vm(Vm
const
&);
37
void
operator = (Vm
const
&);
38
};
39
40
};
L4
L4 low-level kernel interface.
Definition
l4sys-l4f-groups.dox:50
task
Common task related definitions.
l4
sys
vm
Generated on Fri May 23 2025 13:40:52 for L4Re Operating System Framework by
1.9.8