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