summaryrefslogtreecommitdiff
path: root/src/md.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/md.h')
-rw-r--r--src/md.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/md.h b/src/md.h
new file mode 100644
index 0000000..0a4a917
--- /dev/null
+++ b/src/md.h
@@ -0,0 +1,19 @@
+#ifndef MD_MD_H
+#define MD_MD_H
+
+#include "common.h"
+
+#if HAVE_OPENCL
+#include <cl.h>
+#endif
+
+#include <inttypes.h>
+
+#include "cctk.h"
+
+#include "md_solve.h"
+#include "threadpool.h"
+
+typedef struct MDContext MDContext;
+
+#endif /* MD_MD_H */