fixed parameter struct of XHInqTarget
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user