mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
16 lines
269 B
C++
16 lines
269 B
C++
![]() |
/*
|
||
|
* Copyright (C) 2021 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#include "shared/source/os_interface/linux/os_library_linux.h"
|
||
|
|
||
|
namespace NEO {
|
||
|
namespace Linux {
|
||
|
void adjustLibraryFlags(int &dlopenFlag) {
|
||
|
}
|
||
|
} // namespace Linux
|
||
|
} // namespace NEO
|