/* * Copyright (C) 2020-2021 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include "engine_node.h" namespace NEO { class DrmEngineMapper { public: static unsigned int engineNodeMap(aub_stream::EngineType engineType); }; } // namespace NEO