/* * Copyright (C) 2021 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "shared/source/os_interface/linux/system_info_impl.h" namespace NEO { void SystemInfoImpl::checkSysInfoMismatch(HardwareInfo *hwInfo) {} void SystemInfoImpl::extendParseDeviceBlob(const uint32_t *data, uint32_t element) {} } // namespace NEO