summaryrefslogtreecommitdiff
path: root/apps/sound_menu.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-05-26 17:03:52 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-05-26 17:03:52 +0000
commit052fc4d9b20905804df0ddfa0018491b1c2169fc (patch)
treeaa471e938f0140775f3c9a31ba3d640082fe1c9b /apps/sound_menu.h
parent2ac057241a3b96fc71d9e320ac23e455a0a11368 (diff)
downloadrockbox-052fc4d9b20905804df0ddfa0018491b1c2169fc.tar.gz
rockbox-052fc4d9b20905804df0ddfa0018491b1c2169fc.zip
Sound settings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@708 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/sound_menu.h')
-rw-r--r--apps/sound_menu.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/sound_menu.h b/apps/sound_menu.h
new file mode 100644
index 0000000000..db40c120aa
--- /dev/null
+++ b/apps/sound_menu.h
@@ -0,0 +1,24 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2002 Björn Stenberg
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#ifndef _SOUND_MENU_H
20#define _SOUND_MENU_H
21
22void sound_menu(void);
23
24#endif