#ifndef __TIMERB_H__
#define __TIMERB_H__

int timerbInit(void);
void timerbStart(void);
void timerbStop(void);

#endif /* __TIMERB_H__ */
