qemu-patch-raspberry4/include/qemu/unicode.h
Veronia Bahaa f348b6d1a5 util: move declarations out of qemu-common.h
Move declarations out of qemu-common.h for functions declared in
utils/ files: e.g. include/qemu/path.h for utils/path.c.
Move inline functions out of qemu-common.h and into new files (e.g.
include/qemu/bcd.h)

Signed-off-by: Veronia Bahaa <veroniabahaa@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2016-03-22 22:20:17 +01:00

7 lines
118 B
C

#ifndef QEMU_UNICODE_H
#define QEMU_UNICODE_H 1
int mod_utf8_codepoint(const char *s, size_t n, char **end);
#endif