qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v1][ 11/23] qapi: add qapi-types-core.h


From: Michael Roth
Subject: [Qemu-devel] [PATCH v1][ 11/23] qapi: add qapi-types-core.h
Date: Tue, 17 May 2011 19:51:58 -0500

Base declarations and includes for qapi types generator.

Signed-off-by: Michael Roth <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]