2022-05-11 22:08:18 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2022 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "shared/source/device/device.h"
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
2022-12-13 00:43:41 +08:00
|
|
|
void Device::getAdapterLuid(std::array<uint8_t, ProductHelper::luidSize> &luid) {}
|
2022-05-11 22:08:18 +08:00
|
|
|
|
|
|
|
bool Device::verifyAdapterLuid() { return false; }
|
|
|
|
} // namespace NEO
|