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