8 lines
117 B
C
8 lines
117 B
C
|
#ifndef NVDIMM_UTILS_H
|
||
|
#define NVDIMM_UTILS_H
|
||
|
|
||
|
#include "qemu/osdep.h"
|
||
|
|
||
|
GSList *nvdimm_get_device_list(void);
|
||
|
#endif
|