mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-12-13 07:46:33 +00:00
13 lines
266 B
C
13 lines
266 B
C
#ifndef NITRO_SPI_H_
|
|
#define NITRO_SPI_H_
|
|
|
|
#include <nitro/spi/userInfo.h>
|
|
#include <nitro/spi/common/pm_common.h>
|
|
#ifdef SDK_ARM9
|
|
#include <nitro/spi/ARM9/mic.h>
|
|
#include <nitro/spi/ARM9/pm.h>
|
|
#include <nitro/spi/ARM9/tp.h>
|
|
#endif //SDK_ARM9
|
|
|
|
#endif //NITRO_SPI_H_
|