/* * Copyright (C) 2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include namespace NEO { uint32_t getNewKernelArbitrationPolicy(uint32_t policy); } // namespace NEO