/* * Copyright (C) 2022 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "shared/source/os_interface/os_interface.h" #include "shared/source/os_interface/windows/wddm/wddm.h" namespace NEO { bool Wddm::isDebugAttachAvailable() { return false; } } // namespace NEO