X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=UDI%2Finclude%2Fudi_physio.h;h=7023687b5f695ff26de7d0e66167ee91a49410cc;hb=0a44d8898569e739ebe46df6d2473dca0319dfd4;hp=ae134b0f7e7bd1aa0e88b2d19f3b7c7197034208;hpb=e7b8e2df61ce667f42043d746c148b06b5a4820a;p=tpg%2Facess2.git diff --git a/UDI/include/udi_physio.h b/UDI/include/udi_physio.h index ae134b0f..7023687b 100644 --- a/UDI/include/udi_physio.h +++ b/UDI/include/udi_physio.h @@ -6,9 +6,9 @@ #include -//#ifndef UDI_PHYSIO_VERSION -//# error "UDI_PHYSIO_VERSION must be defined" -//#endif +#ifndef UDI_PHYSIO_VERSION +# error "UDI_PHYSIO_VERSION must be defined" +#endif #define UDI_DL_PIO_HANDLE_T 200 #define UDI_DL_DMA_CONSTRAINTS_T 201 @@ -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; @@ -131,6 +128,4 @@ struct udi_scgth_s #include #include "physio/pio.h" -#include "physio/pci.h" - #endif