fixed parameter struct of XHInqTarget

This commit is contained in:
Markus Fröschle
2013-05-08 04:06:22 +00:00
parent c9fbffcff0
commit 540527d42f

View File

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