master
c 14 lines 257 Bytes
Raw
1 /*
2 * QEMU Object Model (compat properties stubs for user emulation)
3 *
4 * Copyright (c) Linaro
5 *
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
8
9 #include "qemu/osdep.h"
10 #include "qom/compat-properties.h"
11
12 void object_apply_compat_props(Object *obj)
13 {
14 }