source: anotherchoice/tags/jsp-1.4.4-full-UTF8/systask/timer.cfg@ 363

Last change on this file since 363 was 363, checked in by ykominami, 5 years ago

add tags/jsp-1.4.4-full-UTF8

  • Property svn:executable set to *
File size: 376 bytes
Line 
1/*
2 * @(#) $Id: timer.cfg,v 1.6 2005/11/12 15:19:59 honda Exp $
3 */
4
5/*
6 * システムクロックドライバのコンフィギュレーションファイル
7 */
8
9#include <hw_timer.h>
10INCLUDE("\"hw_timer.h\"");
11INCLUDE("\"timer.h\"");
12ATT_INI({ TA_HLNG, 0, timer_initialize });
13VATT_TER({ TA_HLNG, 0, timer_terminate });
14DEF_INH(INHNO_TIMER, { TA_HLNG, timer_handler });
Note: See TracBrowser for help on using the repository browser.