mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
- move some files to core - remove unnecessary includes Related-To: NEO-4175 Change-Id: Ib33dff644452c7cfd6fda7e9bb4b68cd6eb3a61c Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
15 lines
232 B
C++
15 lines
232 B
C++
/*
|
|
* Copyright (C) 2017-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "core/helpers/completion_stamp.h"
|
|
|
|
namespace NEO {
|
|
|
|
const uint32_t CompletionStamp::levelNotReady = 0xFFFFFFF0;
|
|
|
|
} // namespace NEO
|