]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/libgfxbitmap/include/support
Update
[l4.git] / l4 / pkg / libgfxbitmap / include / support
1 /* vim:set ft=cpp: */
2 /**
3  * \file
4  * \brief  Terminal support functionality
5  *
6  * \date   2009
7  * \author Adam Lackorzynski <adam@os.inf.tu-dresden.de>
8  */
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
21 void
22 libterm_init_colors(L4Re::Video::View::Info *fbi);
23
24 int
25 libterm_get_color(int mode, int color);
26
27 #endif