Reorganised the modules directory, started serious work on GUI support
[tpg/acess2.git] / Modules / UDI / physio.c
diff --git a/Modules/UDI/physio.c b/Modules/UDI/physio.c
deleted file mode 100644 (file)
index 881c9f4..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/**
- * \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