X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=target_firmware%2Fmagpie_fw_dev%2Ftarget%2Finc%2Fmagpie%2Fhif_usb.h;h=1f5248321f3eb04b9f4053f0d11b74fed55d3509;hb=a0c6a510acd82265d441564f020d323099261a91;hp=0f71c9c8f2fa8dea1cfc09a5d082e4aff6fc14df;hpb=f0b8b3a676098d2a6191e6d813bd9e26dcadfa81;p=open-ath9k-htc-firmware.git 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