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
|