2 * Copyright (C) 2023 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
9 #include "GPUInfoFreebsd.h"
11 std::unique_ptr
<CGPUInfo
> CGPUInfo::GetGPUInfo()
13 return std::make_unique
<CGPUInfoFreebsd
>();
16 bool CGPUInfoFreebsd::SupportsPlatformTemperature() const
21 bool CGPUInfoFreebsd::GetGPUPlatformTemperature(CTemperature
& temperature
) const