aboutsummaryrefslogtreecommitdiffstats
path: root/splashy_funcs.h
blob: c0ea9033f833d47de1b17606df7273b3640332bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * splashy.h
 *
 * Boot splash related definitions for splashy method
 *
 * Copyright (C) 2006 Tim Dijkstra <tim@famdijkstra.org>
 *
 * This file is released under the GPLv2.
 *
 */

#ifndef SPLASHY_FUNCS_H
#define SPLASHY_FUNCS_H
#ifdef CONFIG_SPLASHY

int splashy_open(int mode);
int splashy_finish(void);
int splashy_progress(int p);
void splashy_read_password(char *, int);
int splashy_dialog(const char *);
void splashy_print(const char *);

#endif
#endif /* SPLASHY_FUNCS_H */