source: anotherchoice/tags/jsp-1.4.4-full-UTF8/config/mips3/vr5500/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: 329 bytes
Line 
1/*
2 * SIOドライバ(RTE-VR5500-CB用)のコンフィギュレーションファイル
3 */
4#include <hw_serial.h>
5INCLUDE("\"hw_serial.h\"");
6
7/* ポート1 */
8DEF_INH( INHNO_SIO1, { TA_HLNG, sio1_handler } );
9
10/* ポート2 */
11#if TNUM_PORT >= 2
12DEF_INH( INHNO_SIO2, { TA_HLNG, sio2_handler } );
13#endif /* TNUM_PORT */
Note: See TracBrowser for help on using the repository browser.