summaryrefslogtreecommitdiff
path: root/include/nitro/OS_interrupt_shared.h
blob: 97bed8b17ec3d33da8e42a49b2802439b0d231c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * 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