#ifndef __POLL_H__
#define __POLL_H__

int pollInit(void);
__monitor void pollPeriodicTick(void);

#endif /* __POLL_H__ */
