Show only the number of the found toolchains.
[bertos.git] / bertos / hw / hw_phase.h
index 62228ceee857d74a16a52be25221d43380775de9..7649e7021bf89db94faaa0eddb3270b947bf1a57 100644 (file)
@@ -40,7 +40,7 @@
 #ifndef HW_PHASE_H
 #define HW_PHASE_H
 
-#include "phase_map.h"
+#include "hw/phase_map.h"
 
 #include <cfg/compiler.h>
 
@@ -65,5 +65,16 @@ INLINE void TRIAC_ON(TriacDev i)
                (void)i;
 }
 
+INLINE void SET_TRIAC_DDR(TriacDev i)
+{
+               /* Implement me! */
+
+               //Only for test remove when implement this function
+               (void)i;
+}
+
+void zerocross_isr(void);
+#define DEFINE_ZEROCROSS_ISR() void zerocross_isr(void)
+
 
 #endif /* HW_PHASE_H */