summaryrefslogtreecommitdiff
path: root/apps/gui/usb_screen.h
diff options
context:
space:
mode:
authorTomer Shalev <shalev.tomer@gmail.com>2009-10-19 21:19:30 +0000
committerTomer Shalev <shalev.tomer@gmail.com>2009-10-19 21:19:30 +0000
commit5d585f4b9be0c3a5c6e669133ad0d9a01f8ffb62 (patch)
tree7ce435a09b4a52ac0b41b398ec3352edcfc7c115 /apps/gui/usb_screen.h
parent37daec75fb9412377c8670955ce641a6a812aa69 (diff)
downloadrockbox-5d585f4b9be0c3a5c6e669133ad0d9a01f8ffb62.tar.gz
rockbox-5d585f4b9be0c3a5c6e669133ad0d9a01f8ffb62.zip
Extract usb_screen logic out of screens.c into apps/gui/usb_screen.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23273 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/usb_screen.h')
-rw-r--r--apps/gui/usb_screen.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/apps/gui/usb_screen.h b/apps/gui/usb_screen.h
new file mode 100644
index 0000000000..d601546520
--- /dev/null
+++ b/apps/gui/usb_screen.h
@@ -0,0 +1,27 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id: screens.h 21312 2009-06-16 17:04:47Z mcuelenaere $
9 *
10 * Copyright (C) 2002 Björn Stenberg
11 *
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
16 *
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
19 *
20 ****************************************************************************/
21#ifndef _USB_SCREEN_H_
22#define _USB_SCREEN_H_
23
24extern void gui_usb_screen_run(void);
25
26#endif
27