/* 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_MACHINE_H
#define QAPI_EVENTS_MACHINE_H

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

void qapi_event_send_balloon_change(int64_t actual);

void qapi_event_send_hv_balloon_status_report(uint64_t committed, uint64_t available);

void qapi_event_send_memory_device_size_change(const char *id, uint64_t size, const char *qom_path);

#endif /* QAPI_EVENTS_MACHINE_H */
