|
/*
|
|
* Copyright (C) 2019-2021 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
|