L4Re Operating System Framework – Interface and Usage Documentation
Loading...
Searching...
No Matches
support
Go to the documentation of this file.
1/* vim:set ft=cpp: */
9/*
10 * (c) 2009 Author(s)
11 * economic rights: Technische Universität Dresden (Germany)
12 * This file is part of TUD:OS and distributed under the terms of the
13 * GNU Lesser General Public License 2.1.
14 * Please see the COPYING-LGPL-2.1 file for details.
15 */
16#ifndef __LIBTERM__SUPPORT_H__
17#define __LIBTERM__SUPPORT_H__
18
19#include <l4/re/video/view>
20
21void
22libterm_init_colors(L4Re::Video::View::Info *fbi);
23
24int
25libterm_get_color(int mode, int color);
26
27#endif
Information structure of a view.
Definition goos:95