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

/*
 * QAPI Events emission
 *
 * 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 QGA_QAPI_EMIT_EVENTS_H
#define QGA_QAPI_EMIT_EVENTS_H

#include "qapi/util.h"

typedef enum qga_QAPIEvent {
    QGA_QAPI_EVENT__MAX,
} qga_QAPIEvent;

#define qga_QAPIEvent_str(val) \
    qapi_enum_lookup(&qga_QAPIEvent_lookup, (val))

extern const QEnumLookup qga_QAPIEvent_lookup;

void qga_qapi_event_emit(qga_QAPIEvent event, QDict *qdict);

#endif /* QGA_QAPI_EMIT_EVENTS_H */
