Skip to content

Commit 247db71

Browse files
committed
Add I_GetIntrmanInternalData for mmceman
1 parent 2226043 commit 247db71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iop/kernel/include/intrman.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ void ResetShouldPreemptCb(void);
210210
#define intrman_IMPORTS_start DECLARE_IMPORT_TABLE(intrman, 1, 2)
211211
#define intrman_IMPORTS_end END_IMPORT_TABLE
212212

213+
#define I_GetIntrmanInternalData DECLARE_IMPORT(3, GetIntrmanInternalData)
213214
#define I_RegisterIntrHandler DECLARE_IMPORT(4, RegisterIntrHandler)
214215
#define I_ReleaseIntrHandler DECLARE_IMPORT(5, ReleaseIntrHandler)
215216
#define I_EnableIntr DECLARE_IMPORT(6, EnableIntr)

0 commit comments

Comments
 (0)