mirror of
https://github.com/mii443/qemu.git
synced 2025-08-30 19:09:35 +00: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:
committed by
Paolo Bonzini
parent
73bcb24d93
commit
f348b6d1a5
7
include/qemu/path.h
Normal file
7
include/qemu/path.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef QEMU_PATH_H
|
||||
#define QEMU_PATH_H 1
|
||||
|
||||
void init_paths(const char *prefix);
|
||||
const char *path(const char *pathname);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user