mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 00:24:58 +08:00
Resolves: NEO-9236 Related-To: NEO-10036 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
13 lines
194 B
C
13 lines
194 B
C
/*
|
|
* Copyright (C) 2018-2024 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
#define SYSTEM_ENTER()
|
|
#define SYSTEM_LEAVE(id)
|
|
#define WAIT_ENTER()
|
|
#define WAIT_LEAVE()
|