X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=UDI%2Finclude%2Fudi_physio.h;h=f7643c8e59ef76b01fea614baf05df322c27ea08;hb=23511012ba2a6063770da17c6564839860b9ed64;hp=51fc049b8eefaf47179719c30e28f8358bcb2450;hpb=aed7d3a6a71a4bb76d94c8882894ae9180b460fd;p=tpg%2Facess2.git diff --git a/UDI/include/udi_physio.h b/UDI/include/udi_physio.h index 51fc049b..f7643c8e 100644 --- a/UDI/include/udi_physio.h +++ b/UDI/include/udi_physio.h @@ -10,6 +10,9 @@ //# error "UDI_PHYSIO_VERSION must be defined" //#endif +#define UDI_DL_PIO_HANDLE_T 200 +#define UDI_DL_DMA_CONSTRAINTS_T 201 + // === TYPEDEFS === // DMA Core typedef struct udi_dma_handle_s *udi_dma_handle_t; @@ -66,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;