Statistics
| Branch: | Revision:

root / qapi / qapi-types-core.h @ cc4aa830

History | View | Annotate | Download (471 Bytes)

1 2345c77c Michael Roth
/*
2 2345c77c Michael Roth
 * Core Definitions for QAPI-generated Types
3 2345c77c Michael Roth
 *
4 2345c77c Michael Roth
 * Copyright IBM, Corp. 2011
5 2345c77c Michael Roth
 *
6 2345c77c Michael Roth
 * Authors:
7 2345c77c Michael Roth
 *  Anthony Liguori   <aliguori@us.ibm.com>
8 2345c77c Michael Roth
 *
9 2345c77c Michael Roth
 * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
10 2345c77c Michael Roth
 * See the COPYING.LIB file in the top-level directory.
11 2345c77c Michael Roth
 *
12 2345c77c Michael Roth
 */
13 2345c77c Michael Roth
14 2345c77c Michael Roth
#ifndef QAPI_TYPES_CORE_H
15 2345c77c Michael Roth
#define QAPI_TYPES_CORE_H
16 2345c77c Michael Roth
17 2345c77c Michael Roth
#include "qemu-common.h"
18 2345c77c Michael Roth
#include "error.h"
19 2345c77c Michael Roth
20 776574d6 Anthony Liguori
/* FIXME this is temporary until we remove middle mode */
21 776574d6 Anthony Liguori
#include "monitor.h"
22 776574d6 Anthony Liguori
23 2345c77c Michael Roth
#endif