Rename myself
[bertos.git] / bertos / drv / spi_bitbang.c
index 90e959d8cbec96872838c97621b87fd7d8a7ddaf..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>
  *
  * -->
  *
  */
 
 
-#include <cfg/cpu.h>
+#include "spi_bitbang.h"
+#include "hw/hw_spi.h"
+
+#include "cfg/cfg_spi_bitbang.h"
 #include <cfg/module.h>
-#include <drv/spi_emu.h>
-#include "hw_spi.h"
+
+#include <cpu/irq.h>
 
 void spi_assertSS(void)
 {