17 lines
297 B
C
Executable File
17 lines
297 B
C
Executable File
/*
|
|
SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
UMKa - User-Mode KolibriOS developer tools
|
|
|
|
Copyright (C) 2021 Magomed Kostoev <mkostoevr@yandex.ru>
|
|
*/
|
|
|
|
#ifndef PCI_H_INCLUDED
|
|
#define PCI_H_INCLUDED
|
|
|
|
#include "../umka.h"
|
|
|
|
extern char pci_path[UMKA_PATH_MAX];
|
|
|
|
#endif // PCI_H_INCLUDED
|