mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
5 lines
165 B
C
5 lines
165 B
C
#include <paths.h>
|
|
|
|
#define _PATH_DEVPCI "/dev/pci"
|
|
#define _PATH_PCIVDB "/usr/share/misc/pci_vendors"
|
|
#define _PATH_LPCIVDB _PATH_LOCALBASE "/share/pciids/pci.ids"
|