mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-19 10:20:36 -05:00
9 lines
161 B
C
9 lines
161 B
C
#ifndef NITRO_SPI_H_
|
|
#define NITRO_SPI_H_
|
|
|
|
#include <nitro/spi/userInfo.h>
|
|
#include <nitro/spi/ARM9/mic.h>
|
|
#include <nitro/spi/ARM9/pm.h>
|
|
|
|
#endif //NITRO_SPI_H_
|