12 lines
165 B
C
12 lines
165 B
C
![]() |
/*
|
||
|
* Copyright (C) 2019 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
namespace NEO {
|
||
|
extern const char *oclRegPath;
|
||
|
} // namespace NEO
|