aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_json.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libxl/libxl_json.h')
-rw-r--r--tools/libxl/libxl_json.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/libxl/libxl_json.h b/tools/libxl/libxl_json.h
new file mode 100644
index 0000000000..0715019ca5
--- /dev/null
+++ b/tools/libxl/libxl_json.h
@@ -0,0 +1,23 @@
+/*
+ * Copyright (C) 2011 Citrix Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published
+ * by the Free Software Foundation; version 2.1 only. with the special
+ * exception on linking described in file LICENSE.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ */
+
+#ifndef LIBXL_JSON_H
+#define LIBXL_JSON_H
+
+#include <yajl/yajl_gen.h>
+
+#include <_libxl_types_json.h>
+#include <_libxl_types_internal_json.h>
+
+#endif /* LIBXL_JSON_H */