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 "PlatformLinux.h"
13 class CPlatformWebOS
: public CPlatformLinux
16 bool InitStageOne() override
;
17 bool InitStageTwo() override
;
18 static CPlatform
* CreateInstance();
21 void RegisterPowerManagement() override
;