summaryrefslogtreecommitdiffstats
path: root/include/qemu/nvdimm-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qemu/nvdimm-utils.h')
-rw-r--r--include/qemu/nvdimm-utils.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/qemu/nvdimm-utils.h b/include/qemu/nvdimm-utils.h
new file mode 100644
index 0000000000..4b8b198ba7
--- /dev/null
+++ b/include/qemu/nvdimm-utils.h
@@ -0,0 +1,7 @@
+#ifndef NVDIMM_UTILS_H
+#define NVDIMM_UTILS_H
+
+#include "qemu/osdep.h"
+
+GSList *nvdimm_get_device_list(void);
+#endif