mirror of
https://github.com/xemu-project/xemu.git
synced 2025-01-26 22:25:00 +00:00
7 lines
93 B
C
7 lines
93 B
C
|
#ifndef NVDIMM_UTILS_H
|
||
|
#define NVDIMM_UTILS_H
|
||
|
|
||
|
|
||
|
GSList *nvdimm_get_device_list(void);
|
||
|
#endif
|