OSDN Git Service

マルチプロジェクト型にレポジトリを変更するために移動した
[toppersasp4lpc/asp.git] / asp / target / dve68k_gcc / target_timer.cfg
1 /*
2  *  @(#) $Id: target_timer.cfg 1142 2008-06-19 07:06:39Z ertl-hiro $
3  */
4
5 /*
6  *              タイマドライバのコンフィギュレーションファイル
7  */
8
9 #include "target_timer.h"
10 ATT_INI({ TA_NULL, 0, target_timer_initialize });
11 ATT_TER({ TA_NULL, 0, target_timer_terminate });
12 CFG_INT(INTNO_TIMER, { TA_ENAINT | INTATR_TIMER, INTPRI_TIMER });
13 DEF_INH(INHNO_TIMER, { TA_NULL, target_timer_handler });