#ifndef __nohau_h__
#define __nohau_h__

#ifdef __cplusplus
extern "C" {
#endif

int nohauInit(void);
void nohauLedOn(unsigned char ledsOn);
void nohauLedOff(unsigned char ledsOff);
void nohauToggleLed(unsigned char toggleLed);

#ifdef __cplusplus
}
#endif

#endif /* __nohau_h__ */

