12 lines
171 B
C
12 lines
171 B
C
![]() |
/*
|
||
|
* Copyright (C) 2025 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
namespace Ocloc {
|
||
|
extern const char *oclocRegPath;
|
||
|
} // namespace Ocloc
|