More work on UDI, cleanup and pseudod should now load.
[tpg/acess2.git] / Modules / UDI / physio.c
diff --git a/Modules/UDI/physio.c b/Modules/UDI/physio.c
new file mode 100644 (file)
index 0000000..881c9f4
--- /dev/null
@@ -0,0 +1,25 @@
+/**
+ * \file physio.c
+ * \author John Hodge (thePowersGang)
+ */
+#include <acess.h>
+#include <udi.h>
+#include <udi_physio.h>
+
+// === EXPORTS ===
+EXPORT(udi_dma_constraints_attr_reset);
+EXPORT(udi_dma_constraints_free);
+
+// === CODE ===
+void udi_dma_constraints_attr_reset(
+       udi_dma_constraints_t   constraints,
+       udi_dma_constraints_attr_t      attr_type
+       )
+{
+       UNIMPLEMENTED();
+}
+
+void udi_dma_constraints_free(udi_dma_constraints_t constraints)
+{
+       UNIMPLEMENTED();
+}

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