19 lines
592 B
C
Executable file
19 lines
592 B
C
Executable file
/*
|
|
* include/linux/power/rt-battery.h
|
|
* Include header file for Richtek Richtek Battery Driver
|
|
*
|
|
* Copyright (C) 2014 Richtek Technology Corp.
|
|
* cy_huang <cy_huang@richtek.com>
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation; either version 2
|
|
* of the License, or (at your option) any later version.
|
|
*/
|
|
|
|
#ifndef __LINUX_RT_BATTERY_H
|
|
#define __LINUX_RT_BATTERY_H
|
|
|
|
#define RT_BATT_NAME "rt-battery"
|
|
|
|
#endif /* #ifndef __LINUX_RT_BATTERY_H */
|