/* * 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