/* * Copyright (C) 2022 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "shared/source/device/device.h" namespace NEO { void Device::getAdapterLuid(std::array &luid) {} bool Device::verifyAdapterLuid() { return false; } } // namespace NEO