Rename gfx lcd driver.
[bertos.git] / mware / byteorder.h
index dc688c6162f9775f2ced18ce139d1e2969fa7c71..b0351ba0bcc9d394b817f91a7b40cf090561d0cd 100644 (file)
@@ -27,7 +27,7 @@
  * the GNU General Public License.
  *
  * Copyright 2004 Develer S.r.l. (http://www.develer.com/)
- * This file is part of DevLib - See README.devlib for information.
+ *
  * -->
  *
  * \brief Functions to convert integers to/from host byte-order.
@@ -76,7 +76,7 @@
 #define MWARE_BYTEORDER_H
 
 #include <cfg/compiler.h>
-#include <cfg/cpu.h>
+#include <cpu/cpu.h>
 
 /**
  * Swap upper and lower bytes in a 16-bit value.