summaryrefslogtreecommitdiffstats
path: root/include/sysemu/replay.h
blob: d6b73c33046adb088fb7be5a8e98d096472f3849 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
OpenPOWER on IntegriCloud