source: anotherchoice/tags/jsp-1.4.4-full-UTF8/config/sh1/kz_sh1/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: 429 bytes
Line 
1/*
2 * @(#) $Id: hw_serial.cfg,v 1.6 2004/09/03 17:14:43 honda Exp $
3 */
4
5/*
6 * SIOドライバ(KZ-SH1用)のコンフィギュレーションファイル
7 */
8
9#include "hw_serial.h"
10INCLUDE("\"hw_serial.h\"");
11
12#ifndef GDB_STUB
13DEF_INH(INHNO_SERIAL_IN, { TA_HLNG, sio_handler_in });
14DEF_INH(INHNO_SERIAL_OUT, { TA_HLNG, sio_handler_out });
15DEF_INH(INHNO_SERIAL_ERROR, { TA_HLNG, sio_handler_error });
16#endif /* GDB_STUB */
Note: See TracBrowser for help on using the repository browser.