Move options_dll file to shared directory

Change-Id: I6a54610741a91aeb902a405bdc0e4ef444106719
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2020-02-25 10:17:23 +01:00
committed by sys_ocldev
parent 1c19df8d62
commit 4a41c9741c
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
/*
* Copyright (C) 2017-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include <cstdint>
namespace NEO {
// AUB file folder location
const char *folderAUB = ".";
// Initial value for HW tag
uint32_t initialHardwareTag = 0;
} // namespace NEO