source: anotherchoice/tags/jsp-1.4.4-full-UTF8/config/armv4/integrator/hw_serial.cfg@ 26

Last change on this file since 26 was 26, checked in by ykominami, 12 years ago

initial

File size: 328 bytes
Line 
1/*
2 * @(#) $Id: hw_serial.cfg,v 1.1 2004/05/23 12:18:56 honda Exp $
3 */
4
5/*
6 * SIOドライバ(Integrator)のコンフィギュレーションファイル
7 */
8INCLUDE("\"hw_serial.h\"");
9DEF_INH(INHNO_SIO, { TA_HLNG, uart_isr0 });
10#if TNUM_SIOP >= 2
11DEF_INH(INHNO_SIO2, { TA_HLNG, uart_isr1 });
12#endif /* TNUM_SIOP >= 2 */
Note: See TracBrowser for help on using the repository browser.