aboutsummaryrefslogtreecommitdiffstats
path: root/psplash-console.h
blob: c893bf2feaa66860fccaabaf9c320f7762dc44e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* 
 *  pslash - a lightweight framebuffer splashscreen for embedded devices. 
 *
 *  Copyright (c) 2006 Matthew Allum <mallum@o-hand.com>
 *
 *  SPDX-License-Identifier: GPL-2.0-or-later
 *
 */

#ifndef _HAVE_PSPLASH_CONSOLE_H
#define _HAVE_PSPLASH_CONSOLE_H

void 
psplash_console_switch (void); 

void
psplash_console_reset (void);

#endif