Use cfg instead appconfig in bertos modules. Reformat. Remove CVS logs.
[bertos.git] / bertos / drv / spi_bitbang.c
index 90e959d8cbec96872838c97621b87fd7d8a7ddaf..2a6184499ed77a803199bd34b27d8e3dacc672f1 100644 (file)
  */
 
 
-#include <cfg/cpu.h>
-#include <cfg/module.h>
-#include <drv/spi_emu.h>
+#include "spi_bitbang.h"
 #include "hw_spi.h"
 
+#include <cfg/cfg_spi_bitbang.h>
+#include <cfg/module.h>
+
+#include <cpu/irq.h>
+
 void spi_assertSS(void)
 {
        ATOMIC(SS_ACTIVE());