/* AUTOMATICALLY GENERATED by qapi-gen.py DO NOT MODIFY */

/*
 * Schema-defined QAPI/QMP events
 *
 * Copyright (c) 2014 Wenchao Xia
 * Copyright (c) 2015-2018 Red Hat Inc.
 *
 * 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 QAPI_EVENTS_MISC_H
#define QAPI_EVENTS_MISC_H

#include "qapi-events-common.h"
#include "qapi/util.h"
#include "qapi-types-misc.h"

void qapi_event_send_rtc_change(int64_t offset, const char *qom_path);

void qapi_event_send_vfu_client_hangup(const char *vfu_id, const char *vfu_qom_path, const char *dev_id, const char *dev_qom_path);

#endif /* QAPI_EVENTS_MISC_H */
