1 /*
2  * Copyright (C) 2019-2020 Intel Corporation
3  *
4  * SPDX-License-Identifier: MIT
5  *
6  */
7 
8 #include "shared/source/debug_settings/debug_settings_manager.h"
9 
10 #include "opencl/source/os_interface/ocl_reg_path.h"
11 
12 namespace NEO {
13 DebugSettingsManager<globalDebugFunctionalityLevel> DebugManager(oclRegPath);
14 }
15