summaryrefslogtreecommitdiff
path: root/src/drv/cd0emf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drv/cd0emf.c')
-rw-r--r--src/drv/cd0emf.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/drv/cd0emf.c b/src/drv/cd0emf.c
new file mode 100644
index 0000000..13beb4c
--- /dev/null
+++ b/src/drv/cd0emf.c
@@ -0,0 +1,17 @@
+/** \file
+ * \brief Dummy EMF
+ *
+ * See Copyright Notice in cd.h
+ */
+
+#include <stdlib.h>
+#include "cd.h"
+#include "cdemf.h"
+
+
+cdContext* cdContextEMF(void)
+{
+ return NULL;
+}
+
+