Graphics private header.
[bertos.git] / kern / sem.c
index eab3e5db475d26a1d2b46b5eb46429c69d30ae7c..6f1a773f23493e333ee31cde3fb48d598ca29a33 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 Semaphore based synchronization services.
 
 /*#*
  *#* $Log$
+ *#* 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.
+ *#*
  *#* Revision 1.8  2005/01/22 04:20:42  bernie
  *#* Add integrity checks.
  *#*
@@ -45,7 +51,7 @@
 #include "proc_p.h"
 #include "signal.h"
 #include "hw.h"
-#include <debug.h>
+#include <cfg/debug.h>
 
 INLINE void sem_verify(struct Semaphore *s)
 {