remove all trailing whitespaces in one run
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / target / inc / magpie / intr_api.h
index 7481f6bd455f22f28a6cb8cab940efce83ccf356..675cf405957538aae4db38cdbb547f7e21f7dc15 100755 (executable)
@@ -127,7 +127,7 @@ typedef enum inum_intr {
     A_INTR_USB_DMA,
     A_INTR_ERROR,
     /* add intr above here */
-    A_INTR_NUM        
+    A_INTR_NUM
 }A_INUM_INTR_T;
 
 //////////////////////////////////////////////////////////////////
@@ -147,7 +147,7 @@ typedef int (* A_handler_t)(void *);
  * An Interrupt Service Routine, which must be called
  * directly in interrupt context (not delayed), and which
  * must be very small and may not have access to all OS
- * functions.  These are for use only when interrupt 
+ * functions.  These are for use only when interrupt
  * latency is critical; otherwise, an A_handler_t ("dsr")
  * is preferable.
  */
@@ -170,7 +170,7 @@ struct intr_api {
     void (* _intr_mask_inum)(uint32_t inum);
     void (* _intr_unmask_inum)(uint32_t inum);
     void (* _intr_attach_isr)(uint32_t inum, A_isr_t isr, void *arg);
-/*    
+/*
     BOOLEAN (*_intr_dsrs_pending)(void);
     void (* _intr_handle_pending_dsrs)(void);
     uint32_t (* _intr_nmi)(void *);