compute-runtime/shared/source/os_interface/linux/ioctl_helper_prelim_init.cpp

17 lines
243 B
C++

/*
* Copyright (C) 2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/os_interface/linux/ioctl_helper.h"
namespace NEO {
bool IoctlHelperPrelim20::initialize() {
return true;
}
} // namespace NEO