repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
target/ppc: 74xx: Program exception cleanup
[qemu.git]
/
include
/
qemu
/
path.h
blob
c6292a9709dd5900188dd26d17c497a152b155e6
1
#ifndef QEMU_PATH_H
2
#define QEMU_PATH_H
3
4
void
init_paths
(
const char
*
prefix
);
5
const char
*
path
(
const char
*
pathname
);
6
7
#endif