mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 17:00:59 +08:00
16 lines
327 B
C++
16 lines
327 B
C++
/*
|
|
* Copyright (C) 2021 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/source/os_interface/linux/system_info.h"
|
|
|
|
namespace NEO {
|
|
|
|
void SystemInfo::checkSysInfoMismatch(HardwareInfo *hwInfo) {}
|
|
void SystemInfo::extendParseDeviceBlob(const uint32_t *data, uint32_t element) {}
|
|
|
|
} // namespace NEO
|