Magellan Linux

Annotation of /trunk/linterm_tools/fw_builder/bootsplash/console.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 658 - (hide annotations) (download)
Mon Jan 14 16:57:24 2008 UTC (16 years, 5 months ago) by niro
File MIME type: text/plain
File size: 509 byte(s)
initial import

1 niro 658 /*
2     * fbmngplay - fb console MNG player.
3     * (c) 2001-2002 by Stefan Reinauer, <stepan@suse.de>
4     *
5     * This program is based on mngplay, part of libmng, written and (C) by
6     *
7     * Ralph Giles <giles@ashlu.bc.ca>
8     *
9     * This program my be redistributed under the terms of the
10     * GNU General Public Licence, version 2, or at your preference,
11     * any later version.
12     */
13    
14     #ifndef __CONSOLES_H
15     #define __CONSOLES_H
16    
17     extern void init_consoles(void);
18     extern int current_console(void);
19     extern int start_console;
20    
21     #endif