source: anotherchoice/tags/jsp-1.4.4-full-UTF8/config/ia32/pcat/hw_serial.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: 350 bytes
RevLine 
[363]1/*
2 * @(#) $Id: hw_serial.cfg,v 1.1 2004/07/21 02:49:36 monaka Exp $
3 */
4
5/*
6 * SIOドライバ(PC/AT互換ボード用)のコンフィギュレーションファイル
7 */
8
9#include <hw_serial.h>
10INCLUDE("<hw_serial.h>");
11DEF_INH(INHNO_SIO1, { TA_HLNG, sio1_handler });
12#if TNUM_PORT >= 2
13DEF_INH(INHNO_SIO2, { TA_HLNG, sio2_handler });
14#endif
Note: See TracBrowser for help on using the repository browser.