From: John Hodge Date: Tue, 8 Oct 2013 15:11:52 +0000 (+0800) Subject: UDI - Removed redundant typedef X-Git-Tag: rel0.15~125 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=aa8ddff9ee172c570b0ccaa34c07fb4a9d65ec25;p=tpg%2Facess2.git UDI - Removed redundant typedef --- diff --git a/UDI/include/udi_physio.h b/UDI/include/udi_physio.h index ae134b0f..f7643c8e 100644 --- a/UDI/include/udi_physio.h +++ b/UDI/include/udi_physio.h @@ -69,9 +69,6 @@ typedef udi_ubit8_t udi_dma_constraints_attr_t; */ // DMA Constraints Management typedef struct udi_dma_constraints_attr_spec_s udi_dma_constraints_attr_spec_t; -typedef void udi_dma_constraints_attr_set_call_t( - udi_cb_t *gcb, udi_dma_constraints_t new_constraints, udi_status_t status - ); typedef struct udi_dma_limits_s udi_dma_limits_t;