mirror of
https://github.com/rvtr/ntr_bootrom.git
synced 2025-10-31 07:11:11 -04:00
29 lines
661 B
C
29 lines
661 B
C
//======================================================================
|
|
// IrisSubp.h
|
|
// IRISサブプロセッサ 標準ヘッダファイル群
|
|
//
|
|
// Copyright (C) 2002-2003 NINTENDO Co.,Ltd.
|
|
//======================================================================
|
|
#ifndef _IRIS_SUBP_H
|
|
#define _IRIS_SUBP_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
#include <IrisSubpTypes.h>
|
|
#include <IrisSubpDefine.h>
|
|
#include <IrisSubpMemoryMap.h>
|
|
#include <IrisSubpMacro.h>
|
|
#include <IrisSubpSystemCall.h>
|
|
#include <IrisSubpUTL.h>
|
|
#include <IrisSubpOS.h>
|
|
|
|
|
|
#ifdef __cplusplus
|
|
} // extern "C"
|
|
#endif
|
|
|
|
#endif // _IRIS_SUBP_H
|