summaryrefslogtreecommitdiff
path: root/src/drv/cd0emf.c
blob: 13beb4c1015b79d8111042c3afa60ad3fa3e064e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;
}