summaryrefslogtreecommitdiff
path: root/firmware/test/wavey/harness.h
diff options
context:
space:
mode:
authorStuart Martin <mister_wavey@rockbox.org>2002-04-30 19:33:40 +0000
committerStuart Martin <mister_wavey@rockbox.org>2002-04-30 19:33:40 +0000
commit81f574578dd1ed9a89a520851ec139612f5f7f6e (patch)
treea3608d65ec809dcb0c73b014817226e799dcedf7 /firmware/test/wavey/harness.h
parent4786f16a7dbc4e2d00ca9f650b805a6c6780a699 (diff)
downloadrockbox-81f574578dd1ed9a89a520851ec139612f5f7f6e.tar.gz
rockbox-81f574578dd1ed9a89a520851ec139612f5f7f6e.zip
test harness for playlists & settings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@342 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/test/wavey/harness.h')
-rw-r--r--firmware/test/wavey/harness.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/firmware/test/wavey/harness.h b/firmware/test/wavey/harness.h
new file mode 100644
index 0000000000..5bb357c131
--- /dev/null
+++ b/firmware/test/wavey/harness.h
@@ -0,0 +1,24 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2002 by wavey@wavey.org
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#include "settings.h"
21#include "playlist.h"
22
23void initialise( user_settings_t *settings, playlist_info_t *playlist );
24void start( user_settings_t *settings, playlist_info_t *playlist );