Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/include/qapi/qmp-event.h
2023-03-06 14:48:14 +01:00

19 lines
366 B
C

/*
* QMP Event related
*
* Copyright (c) 2014 Wenchao Xia
*
* Authors:
* Wenchao Xia <wenchaoqemu@gmail.com>
*
* This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
* See the COPYING.LIB file in the top-level directory.
*
*/
#ifndef QMP_EVENT_H
#define QMP_EVENT_H
QDict *qmp_event_build_dict(const char *event_name);
#endif