]> Git Repo - J-u-boot.git/blame - include/power/power_chrg.h
Merge git://git.denx.de/u-boot-rockchip
[J-u-boot.git] / include / power / power_chrg.h
CommitLineData
9a1c4b22
ŁM
1/*
2 * Copyright (C) 2012 Samsung Electronics
3 * Lukasz Majewski <[email protected]>
4 *
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
9a1c4b22
ŁM
6 */
7
8#ifndef __POWER_CHARGER_H_
9#define __POWER_CHARGER_H_
10
11/* Type of available chargers */
12enum {
13 CHARGER_NO = 0,
14 CHARGER_TA,
15 CHARGER_USB,
16 CHARGER_TA_500,
17 CHARGER_UNKNOWN,
18};
19
20enum {
21 UNKNOWN,
22 EXT_SOURCE,
23 CHARGE,
24 NORMAL,
25};
26
27#endif /* __POWER_CHARGER_H_ */
This page took 0.208675 seconds and 4 git commands to generate.