2018-10-30 18:31:08 +08:00
|
|
|
/*
|
2023-11-24 01:09:04 +08:00
|
|
|
* Copyright (C) 2018-2023 Intel Corporation
|
2018-10-30 18:31:08 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2020-02-24 05:44:01 +08:00
|
|
|
#include "shared/source/os_interface/os_interface.h"
|
2018-10-30 18:31:08 +08:00
|
|
|
|
2020-04-02 17:28:38 +08:00
|
|
|
#include "shared/source/helpers/constants.h"
|
2019-06-13 19:42:17 +08:00
|
|
|
|
2019-03-26 18:59:46 +08:00
|
|
|
namespace NEO {
|
2018-10-30 18:31:08 +08:00
|
|
|
|
2019-11-28 21:23:32 +08:00
|
|
|
bool OSInterface::osEnableLocalMemory = true;
|
2018-10-30 18:31:08 +08:00
|
|
|
|
2022-12-14 22:14:49 +08:00
|
|
|
namespace Directory {
|
2023-11-24 01:09:04 +08:00
|
|
|
bool returnEmptyFilesVector = false;
|
2022-12-14 22:14:49 +08:00
|
|
|
}
|
|
|
|
|
2019-06-13 19:42:17 +08:00
|
|
|
} // namespace NEO
|