OSDN Git Service

(none)
[hos/hos-v4a.git] / kernel / source / arch / irc / arm / lpc2000 / kexe_irc.c
1 /** 
2  *  Hyper Operating System V4 Advance
3  *
4  * @file  kexe_irc.c
5  * @brief %jp{Philips LPC2000ファミリ用}%en{Philips LPC2000 family}
6  *
7  * Copyright (C) 1998-2007 by Project HOS
8  * http://sourceforge.jp/projects/hos/
9  */
10
11
12 #include "core/core.h"
13 #include "object/inhobj.h"
14 #include "object/isrobj.h"
15
16
17 /** %jp{割込みコントローラの割込み処理} */
18 void _kernel_exe_irc(INHNO inhno)
19 {
20 }
21
22
23 /* end of file */