diff options
Diffstat (limited to 'stubs/replay-user.c')
-rw-r--r-- | stubs/replay-user.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/stubs/replay-user.c b/stubs/replay-user.c new file mode 100644 index 0000000000..0c90bfc0e4 --- /dev/null +++ b/stubs/replay-user.c @@ -0,0 +1,12 @@ +/* + * replay.c + * + * 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 "sysemu/replay.h" |