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