Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210330' into...
[qemu/ar7.git] / include / sysemu / runstate-action.h
blobcff45a047bf21e4e02bbf1cd39298d8b794dead2
1 /*
2 * Copyright (c) 2020 Oracle and/or its affiliates.
4 * This work is licensed under the terms of the GNU GPL, version 2.
5 * See the COPYING file in the top-level directory.
7 */
9 #ifndef RUNSTATE_ACTION_H
10 #define RUNSTATE_ACTION_H
12 #include "qapi/qapi-commands-run-state.h"
14 /* in softmmu/runstate-action.c */
15 extern RebootAction reboot_action;
16 extern ShutdownAction shutdown_action;
17 extern PanicAction panic_action;
19 #endif /* RUNSTATE_ACTION_H */