L4Re Operating System Framework
Interface and Usage Documentation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
goos-sys.h
Go to the documentation of this file.
1#pragma once
6/*
7 * (c) 2008-2009 Adam Lackorzynski <adam@os.inf.tu-dresden.de>,
8 * Alexander Warg <warg@os.inf.tu-dresden.de>,
9 * Björn Döbel <doebel@os.inf.tu-dresden.de>
10 * economic rights: Technische Universität Dresden (Germany)
11 *
12 * License: see LICENSE.spdx (in this directory or the directories above)
13 */
14
15namespace L4Re { namespace Video {
16 namespace Goos_
17 {
24 {
25 Info, Get_buffer, Create_buffer, Create_view,
26 Delete_buffer, Delete_view,
27 View_info, View_set_info, View_stack, View_refresh,
28 Screen_refresh
29 };
30 };
31}}
Opcodes
Frame buffer communication-protocol opcodes.
Definition goos-sys.h:24
L4Re C++ Interfaces.
Definition cmd_control:14