xref: /freebsd/usr.sbin/pciconf/pathnames.h (revision dba7640e44c5ec148a84b0d58c6c9a3c9e5147f3)
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