From fe732cd399f19e58fc7e0d3aa9ea4d2131a09c88 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 22 Feb 2005 12:53:54 +0000 Subject: removed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6033 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/win32/kernel.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 uisimulator/win32/kernel.h 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); -- cgit v1.2.3