mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-20 13:11:34 +08:00
12 lines
180 B
C++
12 lines
180 B
C++
/*
|
|
* Copyright (C) 2017-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "os_interface/linux/os_inc.h"
|
|
namespace Os {
|
|
const char *fileSeparator = "/";
|
|
}
|