/* * Copyright (C) 2021 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include "shared/source/execution_environment/root_device_environment.h" #include "shared/source/os_interface/os_interface.h" #include #include namespace NEO { bool initDrmOsInterface(std::unique_ptr &&hwDeviceId, uint32_t rootDeviceIndex, RootDeviceEnvironment *rootDeviceEnv, std::unique_ptr &dstOsInterface, std::unique_ptr &dstMemoryOpsHandler); } // namespace NEO