xref: /freebsd/usr.sbin/pciconf/pathnames.h (revision 35c87c070a2d04f06c56578b0a4b2e9c13f62be5)
1 /* $FreeBSD$ */
2 #include <paths.h>
3 
4 #define	_PATH_DEVPCI	"/dev/pci"
5 #define	_PATH_PCIVDB	"/usr/share/misc/pci_vendors"
6 #define	_PATH_LPCIVDB	_PATH_LOCALBASE "/share/pciids/pci.ids"
7