]> git.proxmox.com Git - mirror_qemu.git/blame - include/qapi/qmp/types.h
Typedef the subtypes of QObject in qemu/typedefs.h, too
[mirror_qemu.git] / include / qapi / qmp / types.h
CommitLineData
2471dd00
LC
1/*
2 * Include all QEMU objects.
3 *
4 * Copyright (C) 2009 Red Hat Inc.
5 *
6 * Authors:
7 * Luiz Capitulino <lcapitulino@redhat.com>
8 *
41836a9f
LC
9 * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
10 * See the COPYING.LIB file in the top-level directory.
2471dd00 11 */
41836a9f 12
121d0712
MA
13#ifndef QAPI_QMP_TYPES_H
14#define QAPI_QMP_TYPES_H
2471dd00 15
7b1b5d19 16#include "qapi/qmp/qobject.h"
01b2ffce 17#include "qapi/qmp/qnum.h"
7b1b5d19
PB
18#include "qapi/qmp/qbool.h"
19#include "qapi/qmp/qstring.h"
20#include "qapi/qmp/qdict.h"
21#include "qapi/qmp/qlist.h"
84be629d 22#include "qapi/qmp/qnull.h"
2471dd00 23
121d0712 24#endif /* QAPI_QMP_TYPES_H */