diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-02-22 12:53:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-02-22 12:53:54 +0000 |
commit | fe732cd399f19e58fc7e0d3aa9ea4d2131a09c88 (patch) | |
tree | 4a3601e06ab1a8352851afdaa7c3efc767101436 /uisimulator/win32 | |
parent | 6610f8e9bbd39a0e952307398c6c1b783c7cfc3b (diff) | |
download | rockbox-fe732cd399f19e58fc7e0d3aa9ea4d2131a09c88.tar.gz rockbox-fe732cd399f19e58fc7e0d3aa9ea4d2131a09c88.zip |
removed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6033 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/win32')
-rw-r--r-- | uisimulator/win32/kernel.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/uisimulator/win32/kernel.h b/uisimulator/win32/kernel.h deleted file mode 100644 index 7633ce68b4..0000000000 --- a/uisimulator/win32/kernel.h +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2002 by Felix Arends (Felix.Arends@gmx.de) - * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. - * - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY - * KIND, either express or implied. - * - ****************************************************************************/ - -#include "../../firmware/export/kernel.h" - -#ifndef NO_REDEFINES_PLEASE -#define sleep(x) sim_sleep(x) -#endif - -void sim_sleep(int); |