/* * Copyright (C) 2021-2022 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include #include namespace NEO { std::optional getPciPath(int deviceFd); std::optional getPciLinkPath(int deviceFd); std::optional getPciRootPath(int deviceFd); } // namespace NEO