Files
compute-runtime/shared/source/os_interface/linux/ioctl_helper_prelim_init.cpp
Naklicki, Mateusz ec3668fc18 Add initialization method to ioctl helpers
Signed-off-by: Naklicki, Mateusz <mateusz.naklicki@intel.com>
2022-09-22 11:55:59 +02:00

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