kolibrios/kernel/trunk/umka/win32/pci.h
Magomed Kostoev (mkostoevr) e92d2fb87b [KERNEL][UMKA] Make it compile and run on Windows
git-svn-id: svn://kolibrios.org@9342 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-11-27 23:28:38 +00:00

9 lines
133 B
C

#ifndef PCI_H_INCLUDED
#define PCI_H_INCLUDED
#include "umka.h"
extern char pci_path[PATH_MAX];
#endif // PCI_H_INCLUDED