ath9k_htc: Update to upstream's commit d19607454d656cb14d8c16dfbf161eebb542e8fe dated...
[linux-libre-firmware.git] / ath9k_htc / target_firmware / magpie_fw_dev / target / inc / usbfifo_api.h
index 9ec539805d21b65ef17590d376f4e548ce5e3a69..08f85afeabe1035c9abbc1be82cd4715e35a1609 100755 (executable)
@@ -34,9 +34,9 @@
  */
 /*
  * @File: HIF_api.h
- * 
+ *
  * @Abstract: Host Interface api
- * 
+ *
  * @Notes:
  */
 
@@ -49,12 +49,12 @@ typedef struct _USB_FIFO_CONFIG {
         /* callback to get the buf for receiving commands from USB FIFO */
     VBUF* (*get_command_buf)(void);
         /* callback when receiving a command */
-    void (*recv_command)(VBUF *cmd);    
+    void (*recv_command)(VBUF *cmd);
         /* callback to get the buf for event to send to the host */
     VBUF* (*get_event_buf)(void);
         /* callback to indicate the event has been sent to the host */
     void (*send_event_done)(VBUF *buf);
-    
+
         /* context used for all callbacks */
     //void *context;
 } USB_FIFO_CONFIG;
@@ -65,7 +65,7 @@ struct usbfifo_api {
     void (*_enable_event_isr)(void);
 
         /* room to expand this table by another table */
-    void *pReserved;    
+    void *pReserved;
 };
 
 extern void usbfifo_module_install(struct usbfifo_api *apis);