X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=blobdiff_plain;f=target_firmware%2Fmagpie_fw_dev%2Ftarget%2Finc%2Fmagpie%2Fhif_usb.h;h=1f5248321f3eb04b9f4053f0d11b74fed55d3509;hp=0f71c9c8f2fa8dea1cfc09a5d082e4aff6fc14df;hb=6f2219c1ab25d1dfbb5d2de6508212a27f9d7e9c;hpb=7f95fac61c96c91198ad65198c2fa30dfc936286 diff --git a/target_firmware/magpie_fw_dev/target/inc/magpie/hif_usb.h b/target_firmware/magpie_fw_dev/target/inc/magpie/hif_usb.h index 0f71c9c..1f52483 100755 --- a/target_firmware/magpie_fw_dev/target/inc/magpie/hif_usb.h +++ b/target_firmware/magpie_fw_dev/target/inc/magpie/hif_usb.h @@ -60,7 +60,7 @@ struct VBUF_QUEUE /* the mailbox hardware layer context */ typedef struct _HIF_USB_CONTEXT { - HIF_CALLBACK hifCb; + HIF_CALLBACK hifCb; struct zsDmaQueue dnQ; struct zsTxDmaQueue upQ; #if SYSTEM_MODULE_HP_EP5 @@ -72,11 +72,11 @@ typedef struct _HIF_USB_CONTEXT { //struct VBUF_QUEUE upVbufQ; VBUF *cmdQueue; struct VBUF_QUEUE eventBufQ; - + // Left a door for extension the structure - void *pReserved; + void *pReserved; } HIF_USB_CONTEXT; void hif_usb_module_install(struct hif_api *apis); - + #endif