mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
11 lines
197 B
C
11 lines
197 B
C
|
|
/*
|
||
|
|
* Copyright (C) 2020 Intel Corporation
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: MIT
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include <stdint.h>
|
||
|
|
namespace NEO {
|
||
|
|
uint32_t getNewKernelArbitrationPolicy(uint32_t policy);
|
||
|
|
} // namespace NEO
|