]> Git Repo - qemu.git/blob - qemu-objects.h
scsi: device version property
[qemu.git] / qemu-objects.h
1 /*
2  * Include all QEMU objects.
3  *
4  * Copyright (C) 2009 Red Hat Inc.
5  *
6  * Authors:
7  *  Luiz Capitulino <[email protected]>
8  *
9  * This work is licensed under the terms of the GNU GPL, version 2.  See
10  * the COPYING file in the top-level directory.
11  */
12 #ifndef QEMU_OBJECTS_H
13 #define QEMU_OBJECTS_H
14
15 #include "qobject.h"
16 #include "qint.h"
17 #include "qfloat.h"
18 #include "qbool.h"
19 #include "qstring.h"
20 #include "qdict.h"
21 #include "qlist.h"
22 #include "qjson.h"
23
24 #endif /* QEMU_OBJECTS_H */
This page took 0.024475 seconds and 4 git commands to generate.