repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hw/arm/xlnx-zynqmp.c: Avoid memory leak in error-return path
[qemu.git]
/
include
/
qemu
/
nvdimm-utils.h
blob
4b8b198ba761b64cc370722cb55149dc54859273
1
#ifndef NVDIMM_UTILS_H
2
#define NVDIMM_UTILS_H
3
4
#include
"qemu/osdep.h"
5
6
GSList
*
nvdimm_get_device_list
(
void
);
7
#endif