* or later. See the COPYING.LIB file in the top-level directory.
*/
-#include "qemu-common.h"
+#include "qemu/osdep.h"
+#include "qemu/ctype.h"
+#include "qemu/id.h"
bool id_wellformed(const char *id)
{
static const char *const id_subsys_str[ID_MAX] = {
[ID_QDEV] = "qdev",
[ID_BLOCK] = "block",
+ [ID_CHR] = "chr",
};
/*