]> Git Repo - qemu.git/blame - stubs/ram-block.c
fpu/softfloat: Remove floatX_maybe_silence_nan
[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}
This page took 0.045043 seconds and 4 git commands to generate.