1/* AUTOMATICALLY GENERATED, DO NOT MODIFY */
2
3/*
4 * Schema-defined QAPI/QMP commands
5 *
6 * Copyright IBM, Corp. 2011
7 * Copyright (C) 2014-2018 Red Hat, Inc.
8 *
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.
11 */
12
13#ifndef QAPI_COMMANDS_QDEV_H
14#define QAPI_COMMANDS_QDEV_H
15
16#include "qapi-commands-qom.h"
17#include "qapi-types-qdev.h"
18#include "qapi/qmp/dispatch.h"
19
20ObjectPropertyInfoList *qmp_device_list_properties(const char *q_typename, Error **errp);
21void qmp_marshal_device_list_properties(QDict *args, QObject **ret, Error **errp);
22void qmp_device_del(const char *id, Error **errp);
23void qmp_marshal_device_del(QDict *args, QObject **ret, Error **errp);
24
25#endif /* QAPI_COMMANDS_QDEV_H */
26