/* 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_TARGET_H
#define QAPI_EVENTS_MACHINE_TARGET_H

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

#if defined(TARGET_S390X) && defined(CONFIG_KVM)
void qapi_event_send_cpu_polarization_change(S390CpuPolarization polarization);
#endif /* defined(TARGET_S390X) && defined(CONFIG_KVM) */

#endif /* QAPI_EVENTS_MACHINE_TARGET_H */
