Use cfg instead appconfig in bertos modules. Reformat. Remove CVS logs.
[bertos.git] / bertos / drv / pwm.h
index 58c4ee5ae5794530dc3d31e52302cd85ea0441f7..2648b01f5c618facb4f0a9362197011e533c3279 100644 (file)
@@ -56,6 +56,13 @@ void pwm_setFrequency(PwmDev dev, pwm_freq_t freq);
 void pwm_enable(PwmDev dev, bool state);
 void pwm_init(void);
 
-void pwm_test(void);
+/**
+ * Test function prototypes.
+ *
+ * See pwm_test.c for implemntation of these functions.
+ */
+int pwm_testRun(void);
+int pwm_testSetup(void);
+int pwm_testTearDown(void);
 
 #endif /* DRV_PWM_H */