Usermode/AxWin4 - Code now compiling (if STL is present)
[tpg/acess2.git] / UDI / include / udi_physio.h
index 51fc049..f7643c8 100644 (file)
@@ -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;
 
 

UCC git Repository :: git.ucc.asn.au