14 lines
267 B
C++
14 lines
267 B
C++
![]() |
/*
|
||
|
* Copyright (C) 2020 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#include "shared/source/helpers/timestamp_packet.h"
|
||
|
|
||
|
namespace NEO {
|
||
|
void TimestampPacketHelper::overrideSupportedDevicesCount(uint32_t &numSupportedDevices) {
|
||
|
}
|
||
|
} // namespace NEO
|