summaryrefslogtreecommitdiff
path: root/uisimulator/screensaver.h
diff options
context:
space:
mode:
authorRobert Hak <adiamas@rockbox.org>2002-05-04 10:01:34 +0000
committerRobert Hak <adiamas@rockbox.org>2002-05-04 10:01:34 +0000
commitdbf60ee358ebab04f04ba45c2eabd79b6d2cd234 (patch)
tree500613d1a966cf5b0a14786709b598d1827d9a9c /uisimulator/screensaver.h
parenta5e942f64ddb8af4e835519f56117c00175c65a4 (diff)
downloadrockbox-dbf60ee358ebab04f04ba45c2eabd79b6d2cd234.tar.gz
rockbox-dbf60ee358ebab04f04ba45c2eabd79b6d2cd234.zip
created
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@414 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/screensaver.h')
-rw-r--r--uisimulator/screensaver.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/uisimulator/screensaver.h b/uisimulator/screensaver.h
new file mode 100644
index 0000000000..539a14afbf
--- /dev/null
+++ b/uisimulator/screensaver.h
@@ -0,0 +1,26 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2002 Robert E. Hak
11 *
12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement.
14 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied.
17 *
18 ****************************************************************************/
19
20#ifndef __SCREEN_SAVER_H__
21#define __SCREEN_SAVER_H__
22
23void ss_loop(void);
24void screensaver(void);
25
26#endif __SCREEN_SAVER_H__