From 4a68ef21f6c7a400bd41f434942683121a0c67b3 Mon Sep 17 00:00:00 2001 From: asterix Date: Wed, 4 Aug 2010 08:57:48 +0000 Subject: [PATCH] Fix for wizard. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4134 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/kern/kfile.c | 47 ++++++++++++++++++++++++++++++++++++++++++--- bertos/kern/kfile.h | 35 +++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+), 3 deletions(-) diff --git a/bertos/kern/kfile.c b/bertos/kern/kfile.c index 5bafb52b..4e1a0339 100644 --- a/bertos/kern/kfile.c +++ b/bertos/kern/kfile.c @@ -1,4 +1,45 @@ -// notest: all +/** + * \file + * + * + * \author Daniele Basile + * + * This module is automatically included so no need to include + * in test list. + * notest: all + * + */ -#warning "This file is deprecated, use the new io/kfile.c" -#include +#ifndef WIZ_AUTOGEN + + #warning "This file is deprecated, use the new io/kfile.c" + #include +#endif diff --git a/bertos/kern/kfile.h b/bertos/kern/kfile.h index 806d19ea..9a7cb6b2 100644 --- a/bertos/kern/kfile.h +++ b/bertos/kern/kfile.h @@ -1,2 +1,37 @@ +/** + * \file + * + * notest: all + * + */ + #warning "This file is deprecated, include the new " #include -- 2.25.1