]> Git Repo - qemu.git/blob - include/qapi/type-helpers.h
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / include / qapi / type-helpers.h
1 /*
2  * QAPI common helper functions
3  *
4  * This file provides helper functions related to types defined
5  * in the QAPI schema.
6  *
7  * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
8  * See the COPYING.LIB file in the top-level directory.
9  *
10  */
11
12 #include "qapi/qapi-types-common.h"
13
14 HumanReadableText *human_readable_text_from_str(GString *str);
This page took 0.025341 seconds and 4 git commands to generate.