9 lines
128 B
C
Executable File
9 lines
128 B
C
Executable File
#ifndef PCI_H_INCLUDED
|
|
#define PCI_H_INCLUDED
|
|
|
|
#define PATH_MAX 255
|
|
|
|
extern char pci_path[PATH_MAX];
|
|
|
|
#endif // PCI_H_INCLUDED
|