2018-10-30 11:31:08 +01:00
|
|
|
/*
|
2020-01-31 14:35:46 +01:00
|
|
|
* Copyright (C) 2018-2020 Intel Corporation
|
2018-10-30 11:31:08 +01:00
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2020-01-31 14:35:46 +01:00
|
|
|
#include "core/os_interface/windows/os_interface.h"
|
2019-02-27 11:39:32 +01:00
|
|
|
|
2019-09-04 10:58:52 +02:00
|
|
|
#include "core/memory_manager/memory_constants.h"
|
2019-03-26 11:59:46 +01:00
|
|
|
namespace NEO {
|
2018-10-30 11:31:08 +01:00
|
|
|
|
2019-11-28 14:23:32 +01:00
|
|
|
bool OSInterface::osEnableLocalMemory = true;
|
2018-10-30 11:31:08 +01:00
|
|
|
|
2019-03-26 11:59:46 +01:00
|
|
|
} // namespace NEO
|