X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Fkfile.h;h=bbad769b4c5e990f26a030543bc418bb93f2fa63;hb=258c7dc15d2c4815c0996fc98fdc0155d99adfea;hp=e2830054f70a1a420b1ffcef25da4c4e0ead58ff;hpb=1b162db6e5316e752fc583017575e25dbc6943a7;p=bertos.git diff --git a/mware/kfile.h b/mware/kfile.h index e2830054..bbad769b 100755 --- a/mware/kfile.h +++ b/mware/kfile.h @@ -1,9 +1,9 @@ -/*! +/** * \file * * * \brief Virtual KFile I/O interface. @@ -14,6 +14,15 @@ /*#* *#* $Log$ + *#* Revision 1.6 2006/07/19 12:56:28 bernie + *#* Convert to new Doxygen style. + *#* + *#* Revision 1.5 2005/11/04 16:20:02 bernie + *#* Fix reference to README.devlib in header. + *#* + *#* Revision 1.4 2005/04/11 19:10:28 bernie + *#* Include top-level headers from cfg/ subdir. + *#* *#* Revision 1.3 2004/12/31 16:43:23 bernie *#* Move seek function last in VT. *#* @@ -27,7 +36,7 @@ #ifndef MWARE_KFILE_H #define MWARE_KFILE_H -#include +#include /* fwd decl */ struct _KFile;