aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/nvdimm-utils.h
blob: 4b8b198ba761b64cc370722cb55149dc54859273 (plain)
1
2
3
4
5
6
7
#ifndef NVDIMM_UTILS_H
#define NVDIMM_UTILS_H

#include "qemu/osdep.h"

GSList *nvdimm_get_device_list(void);
#endif