Files
compute-runtime/core/os_interface/linux/linux_inc.cpp
kamdiedrich 1df7c439d4 move os_interface files to core folder
Change-Id: Iced641c6295b9cf4117a63492178e4591bd30369
2020-02-03 14:22:56 +01:00

12 lines
185 B
C++

/*
* Copyright (C) 2017-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "core/os_interface/linux/os_inc.h"
namespace Os {
const char *fileSeparator = "/";
}