#ifndef __ITU_H__
#define __ITU_H__
/*
* タイマをコントロールするルーチン
*
* @author fenrir (M.Naruoka)
* @since 04/06/04
* @version 1.0
*/
#ifndef TIMER_A_SETTING
#define TIMER_A_SETTING 0x06
#endif
#ifdef __cplusplus
extern "C"
{
#endif
void timer_init(void (*)());
#ifdef __cplusplus
}
#endif
#endif /* __ITU_H__ */