mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-05 02:37:05 -05:00
22 lines
298 B
C
22 lines
298 B
C
#ifndef NITRO_PXI_H_
|
|
#define NITRO_PXI_H_
|
|
|
|
#include <nitro/pxi/common/init.h>
|
|
#include <nitro/pxi/common/compparam.h>
|
|
#include <nitro/pxi/common/fifo.h>
|
|
#include <nitro/pxi/common/regname.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifdef SDK_ARM9
|
|
#else
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|