Skip to content

Commit f61aa12

Browse files
authored
Merge pull request #734 from israpps/patch-21
[IOP] expose intrman export 3 on header
2 parents ed95521 + 95ffcff commit f61aa12

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

iop/system/intrman/include/intrman.h

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -210,22 +210,23 @@ extern 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_RegisterIntrHandler DECLARE_IMPORT(4, RegisterIntrHandler)
214-
#define I_ReleaseIntrHandler DECLARE_IMPORT(5, ReleaseIntrHandler)
215-
#define I_EnableIntr DECLARE_IMPORT(6, EnableIntr)
216-
#define I_DisableIntr DECLARE_IMPORT(7, DisableIntr)
217-
#define I_CpuDisableIntr DECLARE_IMPORT(8, CpuDisableIntr)
218-
#define I_CpuEnableIntr DECLARE_IMPORT(9, CpuEnableIntr)
219-
#define I_CpuInvokeInKmode DECLARE_IMPORT(14, CpuInvokeInKmode);
220-
#define I_DisableDispatchIntr DECLARE_IMPORT(15, DisableDispatchIntr);
221-
#define I_EnableDispatchIntr DECLARE_IMPORT(16, EnableDispatchIntr);
222-
#define I_CpuSuspendIntr DECLARE_IMPORT(17, CpuSuspendIntr)
223-
#define I_CpuResumeIntr DECLARE_IMPORT(18, CpuResumeIntr)
224-
#define I_QueryIntrContext DECLARE_IMPORT(23, QueryIntrContext)
225-
#define I_QueryIntrStack DECLARE_IMPORT(24, QueryIntrStack)
226-
#define I_iCatchMultiIntr DECLARE_IMPORT(25, iCatchMultiIntr)
227-
#define I_SetNewCtxCb DECLARE_IMPORT(28, SetNewCtxCb)
228-
#define I_SetShouldPreemptCb DECLARE_IMPORT(30, SetShouldPreemptCb)
213+
#define I_GetIntrmanInternalData DECLARE_IMPORT(3, GetIntrmanInternalData)
214+
#define I_RegisterIntrHandler DECLARE_IMPORT(4, RegisterIntrHandler)
215+
#define I_ReleaseIntrHandler DECLARE_IMPORT(5, ReleaseIntrHandler)
216+
#define I_EnableIntr DECLARE_IMPORT(6, EnableIntr)
217+
#define I_DisableIntr DECLARE_IMPORT(7, DisableIntr)
218+
#define I_CpuDisableIntr DECLARE_IMPORT(8, CpuDisableIntr)
219+
#define I_CpuEnableIntr DECLARE_IMPORT(9, CpuEnableIntr)
220+
#define I_CpuInvokeInKmode DECLARE_IMPORT(14, CpuInvokeInKmode);
221+
#define I_DisableDispatchIntr DECLARE_IMPORT(15, DisableDispatchIntr);
222+
#define I_EnableDispatchIntr DECLARE_IMPORT(16, EnableDispatchIntr);
223+
#define I_CpuSuspendIntr DECLARE_IMPORT(17, CpuSuspendIntr)
224+
#define I_CpuResumeIntr DECLARE_IMPORT(18, CpuResumeIntr)
225+
#define I_QueryIntrContext DECLARE_IMPORT(23, QueryIntrContext)
226+
#define I_QueryIntrStack DECLARE_IMPORT(24, QueryIntrStack)
227+
#define I_iCatchMultiIntr DECLARE_IMPORT(25, iCatchMultiIntr)
228+
#define I_SetNewCtxCb DECLARE_IMPORT(28, SetNewCtxCb)
229+
#define I_SetShouldPreemptCb DECLARE_IMPORT(30, SetShouldPreemptCb)
229230

230231
/* For compatibility purposes */
231232
#define INUM_VBLANK IOP_IRQ_VBLANK

0 commit comments

Comments
 (0)