qemu-patch-raspberry4/include/qemu/path.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

8 lines
128 B
C

#ifndef QEMU_PATH_H
#define QEMU_PATH_H 1
void init_paths(const char *prefix);
const char *path(const char *pathname);
#endif