Base declarations and includes for qapi types generator. Signed-off-by: Michael Roth <mdr...@linux.vnet.ibm.com> --- qapi/qapi-types-core.h | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 qapi/qapi-types-core.h
diff --git a/qapi/qapi-types-core.h b/qapi/qapi-types-core.h new file mode 100644 index 0000000..506a8c9 --- /dev/null +++ b/qapi/qapi-types-core.h @@ -0,0 +1,12 @@ +#ifndef QAPI_TYPES_CORE_H +#define QAPI_TYPES_CORE_H + +#include <stdbool.h> +#include <stdint.h> +#include "error.h" + +typedef struct QmpSignal QmpSignal; +typedef struct QmpCommandState QmpCommandState; +typedef struct QmpState QmpState; + +#endif -- 1.7.0.4