Rename myself
[bertos.git] / bertos / drv / spi_bitbang.c
index 2a6184499ed77a803199bd34b27d8e3dacc672f1..b85caa8610993c4f640ab55d5bd8d8ceeae458e0 100644 (file)
@@ -27,7 +27,7 @@
  * the GNU General Public License.
  *
  * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/)
- * Copyright 2000 Bernardo Innocenti <bernie@codewiz.org>
+ * Copyright 2000 Bernie Innocenti <bernie@codewiz.org>
  *
  * -->
  *
@@ -41,9 +41,9 @@
 
 
 #include "spi_bitbang.h"
-#include "hw_spi.h"
+#include "hw/hw_spi.h"
 
-#include <cfg/cfg_spi_bitbang.h>
+#include "cfg/cfg_spi_bitbang.h"
 #include <cfg/module.h>
 
 #include <cpu/irq.h>