mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-15 15:40:13 -05:00
11 lines
209 B
C
11 lines
209 B
C
#ifndef NITRO_SUB_OS_INTERRUPT_H
|
|
#define NITRO_SUB_OS_INTERRUPT_H
|
|
|
|
#include <nitro/os/common/interrupt_shared.h>
|
|
|
|
#ifdef SDK_ARM7
|
|
#include <nitro/os/ARM7/interrupt.h>
|
|
#endif
|
|
|
|
#endif //NITRO_SUB_OS_INTERRUPT_H
|