X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=kern%2Fproc.h;h=584358d8455db4b193b521fb1779b31b9ba1ec38;hb=96f0ef786b54356c56cc3d4e4f0838df2505cfcc;hp=d5866993a129372c105c3c267f4823355fa808c2;hpb=f4a24c811a668a072b6688bcdfcd927529977b26;p=bertos.git diff --git a/kern/proc.h b/kern/proc.h index d5866993..584358d8 100755 --- a/kern/proc.h +++ b/kern/proc.h @@ -1,9 +1,9 @@ -/** +/*! * \file * * * \brief Process scheduler (public interface). @@ -15,6 +15,9 @@ /* * $Log$ + * 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. *