/* * Copyright (C) 2021 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include #include namespace NEO { class HwDeviceId; struct RootDeviceEnvironment; bool initDrmOsInterface(std::unique_ptr &&hwDeviceId, uint32_t rootDeviceIndex, RootDeviceEnvironment *rootDeviceEnv); } // namespace NEO