X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=target_firmware%2Fmagpie_fw_dev%2Ftarget%2Finc%2Fmagpie%2Fintr_api.h;h=675cf405957538aae4db38cdbb547f7e21f7dc15;hb=c02b04c837ed221cfe5f12488d307bd1e1bb9e8b;hp=7481f6bd455f22f28a6cb8cab940efce83ccf356;hpb=fa01d2797b39c4365c5176cd870b40a03dfe7a35;p=open-ath9k-htc-firmware.git diff --git a/target_firmware/magpie_fw_dev/target/inc/magpie/intr_api.h b/target_firmware/magpie_fw_dev/target/inc/magpie/intr_api.h index 7481f6b..675cf40 100755 --- a/target_firmware/magpie_fw_dev/target/inc/magpie/intr_api.h +++ b/target_firmware/magpie_fw_dev/target/inc/magpie/intr_api.h @@ -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 *);