diff options
Diffstat (limited to 'include/sysemu')
-rw-r--r-- | include/sysemu/replay.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/include/sysemu/replay.h b/include/sysemu/replay.h new file mode 100644 index 0000000000..d6b73c3304 --- /dev/null +++ b/include/sysemu/replay.h @@ -0,0 +1,19 @@ +#ifndef REPLAY_H +#define REPLAY_H + +/* + * replay.h + * + * Copyright (c) 2010-2015 Institute for System Programming + * of the Russian Academy of Sciences. + * + * This work is licensed under the terms of the GNU GPL, version 2 or later. + * See the COPYING file in the top-level directory. + * + */ + +#include "qapi-types.h" + +extern ReplayMode replay_mode; + +#endif |