Sign in
qemu
/
qemu
/
ef8104378c4a0497be079e48ee5ac5a89c68f978
/
.
/
stubs
/
qmp_pc_dimm_device_list.c
blob: 5cb220c66c91e34dd44dc6ffc28a726560908ecd [
file
] [
log
] [
blame
]
#include
"qom/object.h"
#include
"hw/mem/pc-dimm.h"
int
qmp_pc_dimm_device_list
(
Object
*
obj
,
void
*
opaque
)
{
return
0
;
}