Kernel/IPStack - (minor) TODO retransmit timer
[tpg/acess2.git] / UDI / include / udi_physio.h
index ae134b0..7023687 100644 (file)
@@ -6,9 +6,9 @@
 
 #include <udi.h>
 
-//#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 <physio/meta_bus.h>
 #include "physio/pio.h"
 
-#include "physio/pci.h"
-
 #endif

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