fixed parameter struct of XHInqTarget

This commit is contained in:
Markus Fröschle
2013-05-08 04:06:22 +00:00
parent 26b44670cd
commit a8f2b13d62

View File

@@ -41,11 +41,11 @@ uint32_t xhdi_call(struct XHDICALL_args stack)
{
struct XHINQTARGET_args
{
unsigned int opcode;
unsigned int major;
unsigned int minor;
unsigned long *blocksize;
unsigned long *deviceflags;
uint16_t opcode;
uint16_t major;
uint16_t minor;
uint16_t *blocksize;
uint32_t *deviceflags;
char *productname;
}*args = (struct XHINQTARGET_args *) &stack;