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