hw/intc/arm_gicv3_common: Give no-migration-shift-bug subsection a needed function
[qemu/ar7.git] / include / qemu / unicode.h
blob71c72db461d1a1157e4f36b0b593c7562f24c85d
1 #ifndef QEMU_UNICODE_H
2 #define QEMU_UNICODE_H
4 int mod_utf8_codepoint(const char *s, size_t n, char **end);
6 #endif