]> git.proxmox.com Git - mirror_qemu.git/blame - include/sysemu/runstate-action.h
block-backend: convert blk_co_pwritev_part to int64_t bytes
[mirror_qemu.git] / include / sysemu / runstate-action.h
CommitLineData
e6dba048
AJ
1/*
2 * Copyright (c) 2020 Oracle and/or its affiliates.
3 *
4 * This work is licensed under the terms of the GNU GPL, version 2.
5 * See the COPYING file in the top-level directory.
6 *
7 */
8
9#ifndef RUNSTATE_ACTION_H
10#define RUNSTATE_ACTION_H
11
12#include "qapi/qapi-commands-run-state.h"
13
14/* in softmmu/runstate-action.c */
15extern RebootAction reboot_action;
16extern ShutdownAction shutdown_action;
c753e8e7 17extern PanicAction panic_action;
e6dba048
AJ
18
19#endif /* RUNSTATE_ACTION_H */