/*
* Copyright (C) 2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*/
#pragma once
#include "cstdint"
namespace NEO {
namespace TimestampPacketSizeControl {
constexpr uint32_t preferredPacketCount = 16u;
}
} // namespace NEO