]> git.proxmox.com Git - mirror_qemu.git/blame - stubs/ram-block.c
hw/watchdog/wdt_i6300esb: remove a unnecessary comment
[mirror_qemu.git] / stubs / ram-block.c
CommitLineData
a37eaa53
FZ
1#include "qemu/osdep.h"
2#include "exec/ramlist.h"
3#include "exec/cpu-common.h"
4
5void ram_block_notifier_add(RAMBlockNotifier *n)
6{
7}
8
9void ram_block_notifier_remove(RAMBlockNotifier *n)
10{
11}
12
13int qemu_ram_foreach_block(RAMBlockIterFunc func, void *opaque)
14{
15 return 0;
16}