]> git.proxmox.com Git - mirror_qemu.git/blame - include/qemu/path.h
net: add Sun HME (Happy Meal Ethernet) on-board NIC
[mirror_qemu.git] / include / qemu / path.h
CommitLineData
f348b6d1 1#ifndef QEMU_PATH_H
175de524 2#define QEMU_PATH_H
f348b6d1
VB
3
4void init_paths(const char *prefix);
5const char *path(const char *pathname);
6
7#endif