target/loongarch: Implement vhaddw/vhsubw
[qemu/kevin.git] / include / qapi / type-helpers.h
blobbe1f18152648e2af8af57b8a31494047b0e14b9e
1 /*
2 * QAPI common helper functions
4 * This file provides helper functions related to types defined
5 * in the QAPI schema.
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.
12 #include "qapi/qapi-types-common.h"
14 HumanReadableText *human_readable_text_from_str(GString *str);