mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-23 01:51:55 -06:00
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>
This commit is contained in:
parent
73bcb24d93
commit
f348b6d1a5
149 changed files with 435 additions and 300 deletions
6
include/qemu/unicode.h
Normal file
6
include/qemu/unicode.h
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue