We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2226043 commit 247db71Copy full SHA for 247db71
iop/kernel/include/intrman.h
@@ -210,6 +210,7 @@ void ResetShouldPreemptCb(void);
210
#define intrman_IMPORTS_start DECLARE_IMPORT_TABLE(intrman, 1, 2)
211
#define intrman_IMPORTS_end END_IMPORT_TABLE
212
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)
0 commit comments