From 5d585f4b9be0c3a5c6e669133ad0d9a01f8ffb62 Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Mon, 19 Oct 2009 21:19:30 +0000 Subject: 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 --- apps/gui/usb_screen.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 apps/gui/usb_screen.h (limited to 'apps/gui/usb_screen.h') 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 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id: screens.h 21312 2009-06-16 17:04:47Z mcuelenaere $ + * + * Copyright (C) 2002 Björn Stenberg + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ +#ifndef _USB_SCREEN_H_ +#define _USB_SCREEN_H_ + +extern void gui_usb_screen_run(void); + +#endif + -- cgit v1.2.3