orphan
[debian/elilo] / console.h
1 /*
2  * console.h - Console screen handling functions
3  *
4  *  Copyright (C) 2006 Christoph Pfisterer
5  *
6  * This file is part of the ELILO, the EFI Linux boot loader.
7  *
8  *  ELILO is free software; you can redistribute it and/or modify
9  *  it under the terms of the GNU General Public License as published by
10  *  the Free Software Foundation; either version 2, or (at your option)
11  *  any later version.
12  *
13  *  ELILO is distributed in the hope that it will be useful,
14  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
15  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16  *  GNU General Public License for more details.
17  *
18  *  You should have received a copy of the GNU General Public License
19  *  along with ELILO; see the file COPYING.  If not, write to the Free
20  *  Software Foundation, 59 Temple Place - Suite 330, Boston, MA
21  *  02111-1307, USA.
22  *
23  * Please check out the elilo.txt for complete documentation on how
24  * to use this program.
25  */
26
27 #ifndef __ELILO_CONSOLE_H__
28 #define __ELILO_CONSOLE_H__
29
30 extern VOID console_textmode(VOID);
31
32 #endif /* __ELILO_CONSOLE_H__ */