2000-12-07 10:52:59 +00:00
|
|
|
/* $FreeBSD$ */
|
2020-10-27 11:29:11 +00:00
|
|
|
#include <paths.h>
|
|
|
|
|
1996-10-22 20:27:47 +00:00
|
|
|
#define _PATH_DEVPCI "/dev/pci"
|
2000-12-07 10:52:59 +00:00
|
|
|
#define _PATH_PCIVDB "/usr/share/misc/pci_vendors"
|
2020-10-27 11:29:11 +00:00
|
|
|
#define _PATH_LPCIVDB _PATH_LOCALBASE "/share/pciids/pci.ids"
|