Search for verstag.h in app subdirs first.
[bertos.git] / kern / proc.h
index 25bfbae8bfcf3d9e0475e36e0f4ef632941e16a8..386594e0cbd0edc8de1669df813f9212516d4f1b 100755 (executable)
@@ -3,7 +3,7 @@
  * <!--
  * Copyright 2001,2004 Develer S.r.l. (http://www.develer.com/)
  * Copyright 1999,2000,2001 Bernardo Innocenti <bernie@develer.com>
- * This file is part of DevLib - See devlib/README for information.
+ * This file is part of DevLib - See README.devlib for information.
  * -->
  *
  * \brief Process scheduler (public interface).
 
 /*#*
  *#* $Log$
+ *#* Revision 1.11  2006/02/21 16:06:55  bernie
+ *#* Cleanup/update process scheduling.
+ *#*
+ *#* Revision 1.10  2005/11/04 16:20:02  bernie
+ *#* Fix reference to README.devlib in header.
+ *#*
  *#* Revision 1.9  2005/04/11 19:10:28  bernie
  *#* Include top-level headers from cfg/ subdir.
  *#*
@@ -40,7 +46,7 @@
 
 #include <cfg/compiler.h>
 #include <cfg/cpu.h>
-#include <cfg/config_kern.h>
+#include <config_kern.h>
 
 /* Fwd decl */
 struct Process;