| 1 | /* AUTOMATICALLY GENERATED, DO NOT MODIFY */ |
| 2 | |
| 3 | /* |
| 4 | * Schema-defined QAPI/QMP events |
| 5 | * |
| 6 | * Copyright (c) 2014 Wenchao Xia |
| 7 | * Copyright (c) 2015-2018 Red Hat Inc. |
| 8 | * |
| 9 | * This work is licensed under the terms of the GNU LGPL, version 2.1 or later. |
| 10 | * See the COPYING.LIB file in the top-level directory. |
| 11 | */ |
| 12 | |
| 13 | #ifndef QAPI_EVENTS_MISC_TARGET_H |
| 14 | #define QAPI_EVENTS_MISC_TARGET_H |
| 15 | |
| 16 | #include "qapi/util.h" |
| 17 | #include "qapi-types-misc-target.h" |
| 18 | |
| 19 | #if defined(TARGET_ALPHA) || defined(TARGET_ARM) || defined(TARGET_HPPA) || defined(TARGET_I386) || defined(TARGET_MIPS) || defined(TARGET_MIPS64) || defined(TARGET_MOXIE) || defined(TARGET_PPC) || defined(TARGET_PPC64) || defined(TARGET_S390X) || defined(TARGET_SH4) || defined(TARGET_SPARC) |
| 20 | void qapi_event_send_rtc_change(int64_t offset); |
| 21 | #endif /* defined(TARGET_ALPHA) || defined(TARGET_ARM) || defined(TARGET_HPPA) || defined(TARGET_I386) || defined(TARGET_MIPS) || defined(TARGET_MIPS64) || defined(TARGET_MOXIE) || defined(TARGET_PPC) || defined(TARGET_PPC64) || defined(TARGET_S390X) || defined(TARGET_SH4) || defined(TARGET_SPARC) */ |
| 22 | |
| 23 | #endif /* QAPI_EVENTS_MISC_TARGET_H */ |
| 24 | |