4 * Copyright (c) 2010-2015 Institute for System Programming
5 * of the Russian Academy of Sciences.
7 * This work is licensed under the terms of the GNU GPL, version 2 or later.
8 * See the COPYING file in the top-level directory.
12 #include "qemu/osdep.h"
13 #include "sysemu/replay.h"
15 bool replay_exception(void)
20 bool replay_has_exception(void)
25 bool replay_interrupt(void)
30 bool replay_has_interrupt(void)