repo.or.cz
/
xbmc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[videodb] remove unused seasons table from episode_view
[xbmc.git]
/
xbmc
/
powermanagement
/
PowerTypes.h
blob
625d00e1a1159447a41ece689870436deade7eee
1
/*
2
* Copyright (C) 2018 Team Kodi
3
* This file is part of Kodi - https://kodi.tv
4
*
5
* SPDX-License-Identifier: GPL-2.0-or-later
6
* See LICENSES/README.md for more information.
7
*/
8
9
#pragma once
10
11
enum
PowerState
12
{
13
POWERSTATE_QUIT
=
0
,
14
POWERSTATE_SHUTDOWN
,
15
POWERSTATE_HIBERNATE
,
16
POWERSTATE_SUSPEND
,
17
POWERSTATE_REBOOT
,
18
POWERSTATE_MINIMIZE
,
19
POWERSTATE_NONE
,
20
POWERSTATE_ASK
21
};