monitor: Fix tracepoint crash on JSON syntax error
[qemu/armbru.git] / include / hw / misc / pvpanic.h
blob36a54e270c27e7fd8b0e28c05cf92816d57315ac
1 /*
2 * QEMU simulated pvpanic device.
4 * Copyright Fujitsu, Corp. 2013
6 * Authors:
7 * Wen Congyang <wency@cn.fujitsu.com>
8 * Hu Tao <hutao@cn.fujitsu.com>
10 * This work is licensed under the terms of the GNU GPL, version 2 or later.
11 * See the COPYING file in the top-level directory.
14 #ifndef HW_MISC_PVPANIC_H
15 #define HW_MISC_PVPANIC_H
17 #define TYPE_PVPANIC "pvpanic"
19 uint16_t pvpanic_port(void);
21 #endif