#ifndef __TIMER_B_H #define __TIMER_B_H void timer_b_init( void ); /* Start the timer */ void timer_b_start( void ); /* Stop the timer */ void timer_b_stop( void ); #endif /* __TIMER_B_H */