modified entry point for XHDI routines

This commit is contained in:
Markus Fröschle
2013-05-10 13:16:00 +00:00
parent dc98071e96
commit 62c264975f
5 changed files with 21 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ struct XHDICALL_args
uint16_t opcode;
};
extern unsigned long xhdi_call(struct XHDICALL_args stack);
extern unsigned long xhdi_call(struct XHDICALL_args *stack);
extern xhdi_call_fun xhdi_sd_install(xhdi_call_fun old_vector) __attribute__((__interrupt__));