OSDN Git Service

MochiBooterの大幅改造(ATA-PIOreadによるカーネルロード)、VMイメージ作成ツール追加など
[mochi/master.git] / src / booter / IntMng / IntMngPic.h
1 /******************************************************************************/
2 /* src/booter/IntMng/IntMngPic.h                                              */
3 /*                                                                 2017/06/20 */
4 /* Copyright (C) 2017 Mochi.                                                  */
5 /******************************************************************************/
6 #ifndef INTMNG_PIC_H
7 #define INTMNG_PIC_H
8 /******************************************************************************/
9 /* グローバル関数宣言                                                         */
10 /******************************************************************************/
11 /* PIC管理初期化 */
12 extern void IntMngPicInit( void );
13
14
15 /******************************************************************************/
16 #endif