X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=kern%2Ffile.h;h=8984af82d185bae950a4dabb3033bcad346f77c7;hb=d10f125474900e83860a3031ca3a31141fdf27a9;hp=61819076e695c38e0a6ac9035cd409913cf72410;hpb=da78d47686fbaacec762d83e9dba39d76c3f70b5;p=bertos.git diff --git a/kern/file.h b/kern/file.h index 61819076..8984af82 100755 --- a/kern/file.h +++ b/kern/file.h @@ -3,7 +3,7 @@ * * * \brief Interface to KFile virtual class @@ -13,22 +13,31 @@ * \author Bernardo Innocenti */ -/* - * $Log$ - * Revision 1.3 2004/06/06 15:11:38 bernie - * Doxygenize. - * - * Revision 1.2 2004/06/03 11:27:09 bernie - * Add dual-license information. - * - * Revision 1.1 2004/05/23 17:27:00 bernie - * Import kern/ subdirectory. - */ +/*#* + *#* $Log$ + *#* Revision 1.6 2005/11/04 16:20:02 bernie + *#* Fix reference to README.devlib in header. + *#* + *#* Revision 1.5 2005/04/11 19:10:28 bernie + *#* Include top-level headers from cfg/ subdir. + *#* + *#* Revision 1.4 2004/08/25 14:12:09 rasky + *#* Aggiornato il comment block dei log RCS + *#* + *#* Revision 1.3 2004/06/06 15:11:38 bernie + *#* Doxygenize. + *#* + *#* Revision 1.2 2004/06/03 11:27:09 bernie + *#* Add dual-license information. + *#* + *#* Revision 1.1 2004/05/23 17:27:00 bernie + *#* Import kern/ subdirectory. + *#*/ #ifndef KERN_KFILE_H #define KERN_KFILE_H #ifndef COMPILER_H -#include +#include #endif struct _KFile;