Add clear hook. Refactor.
[bertos.git] / hw / hw_lcd.h
index 7e2a3c6e069b093f77e3338a590178e43b807e82..b7cf5f891a8ffa526d65559534a32607d20351a9 100644 (file)
@@ -28,7 +28,7 @@
  *
  * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/)
  * Copyright 2001 Bernardo Innocenti <bernie@codewiz.org>
- * This file is part of DevLib - See README.devlib for information.
+ *
  * -->
  *
  * \version $Id$
  * \brief LCD low-level hardware macros
  */
 
-/*#*
- *#* $Log$
- *#* Revision 1.1  2006/09/20 17:39:24  marco
- *#* Low level lcd for avr.
- *#*
- *#*/
-
 #ifndef HW_LCD_H
 #define HW_LCD_H
 
 #include <appconfig.h>
 //#include <hw.h>
 
-#include <cfg/cpu.h>
+#include <cpu/attr.h>
+#include <cpu/irq.h>
+#include <cpu/types.h>
+
 #include <cfg/macros.h> /* BV() */
 #include <cfg/debug.h>