]> git.proxmox.com Git - mirror_qemu.git/blame - include/qapi/util.h
device_tree: introduce load_device_tree_from_sysfs
[mirror_qemu.git] / include / qapi / util.h
CommitLineData
9e7dac7c
PL
1/*
2 * QAPI util functions
3 *
4 * Copyright Fujitsu, Inc. 2014
5 *
6 * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
7 * See the COPYING.LIB file in the top-level directory.
8 *
9 */
10
11#ifndef QAPI_UTIL_H
12#define QAPI_UTIL_H
13
2e4450ff 14int qapi_enum_parse(const char * const lookup[], const char *buf,
9e7dac7c
PL
15 int max, int def, Error **errp);
16
17#endif