mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00

Change-Id: I5949a01ac312669824b8738f4bb7f8aedb2a056b Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
11 lines
159 B
C++
11 lines
159 B
C++
/*
|
|
* Copyright (C) 2017-2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
namespace NEO {
|
|
bool isDeferredDeleterEnabled();
|
|
} // namespace NEO
|