xen/Makefile.objs: simplify
[qemu/ar7.git] / qobject / qnull.c
blob5f7ba4d01a9dafef9ce5f93a0c9561ffffaa4ab7
1 /*
2 * QNull
4 * Copyright (C) 2015 Red Hat, Inc.
6 * Authors:
7 * Markus Armbruster <armbru@redhat.com>
9 * This work is licensed under the terms of the GNU LGPL, version 2.1
10 * or later. See the COPYING.LIB file in the top-level directory.
13 #include "qemu-common.h"
14 #include "qapi/qmp/qobject.h"
16 QObject qnull_ = {
17 .type = QTYPE_QNULL,
18 .refcnt = 1,