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