From: asterix Date: Wed, 4 Aug 2010 13:35:34 +0000 (+0000) Subject: Move the kern/kfile.c to io dir. X-Git-Tag: 2.6.0~250 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=188199ea48495c7db7d0e38b8b47f37c6932077e;p=bertos.git Move the kern/kfile.c to io dir. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4140 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/kern/kfile.c b/bertos/kern/kfile.c deleted file mode 100644 index 4e1a0339..00000000 --- a/bertos/kern/kfile.c +++ /dev/null @@ -1,45 +0,0 @@ -/** - * \file - * - * - * \author Daniele Basile - * - * This module is automatically included so no need to include - * in test list. - * notest: all - * - */ - -#ifndef WIZ_AUTOGEN - - #warning "This file is deprecated, use the new io/kfile.c" - #include -#endif