9 lines
127 B
C
9 lines
127 B
C
#ifndef PCI_H_INCLUDED
|
|
#define PCI_H_INCLUDED
|
|
|
|
#include <limits.h>
|
|
|
|
extern char pci_path[PATH_MAX];
|
|
|
|
#endif // PCI_H_INCLUDED
|