Merge pull request #26142 from fritsch/ac3ftv
[xbmc.git] / xbmc / platform / linux / PlatformWebOS.h
blobbcdcc07053249c05a2229c28bb5220ca53da5637
1 /*
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.
7 */
9 #pragma once
11 #include "PlatformLinux.h"
13 class CPlatformWebOS : public CPlatformLinux
15 public:
16 bool InitStageOne() override;
17 bool InitStageTwo() override;
18 static CPlatform* CreateInstance();
20 protected:
21 void RegisterPowerManagement() override;