These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / include / qemu / unicode.h
diff --git a/qemu/include/qemu/unicode.h b/qemu/include/qemu/unicode.h
new file mode 100644 (file)
index 0000000..d873165
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef QEMU_UNICODE_H
+#define QEMU_UNICODE_H 1
+
+int mod_utf8_codepoint(const char *s, size_t n, char **end);
+
+#endif