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.
11 #include "utils/GpuInfo.h"
13 class CGPUInfoPosix
: public CGPUInfo
16 CGPUInfoPosix() = default;
17 virtual ~CGPUInfoPosix() = default;
19 virtual bool SupportsCustomTemperatureCommand() const override
;
20 virtual bool GetGPUTemperatureFromCommand(CTemperature
& temperature
,
21 const std::string
& cmd
) const override
;