pokediamond/include/nitro/OS_interrupt_shared.h
2020-06-12 18:08:19 +01:00

21 lines
395 B
C

/*
* NOTE:
* This file is shared between ARM9 and ARM7
* DO NOT PUT PROC SPECIFIC CODE IN HERE
* Thank You!
*/
/*
* DO NOT INCLUDE THIS FILE DIRECTLY
* Include OS_interrupt.h from the specific proc's lib
*/
#ifndef POKEDIAMOND_OS_INTERRUPT_SHARED_H
#define POKEDIAMOND_OS_INTERRUPT_SHARED_H
#include "nitro/types.h"
typedef u32 OSIrqMask;
#endif //POKEDIAMOND_OS_INTERRUPT_SHARED_H