/* * Copyright (C) 2017-2018 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include "engine_node.h" #include namespace OCLRT { template class DrmEngineMapper { public: static bool engineNodeMap(EngineType engineType, unsigned int &flag); }; } // namespace OCLRT