OSDN Git Service

random: use chacha20 for get_random_int/long
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / include / linux / fastchg.h
1 /*
2  * Author: Chad Froebel <chadfroebel@gmail.com>
3  *
4  * Port to cheeseburger: engstk <eng.stk@sapo.pt>
5  *
6  * This software is licensed under the terms of the GNU General Public
7  * License version 2, as published by the Free Software Foundation, and
8  * may be copied, distributed, and modified under those terms.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License for more details.
14  *
15  */
16
17 #ifndef _LINUX_FASTCHG_H
18 #define _LINUX_FASTCHG_H
19
20 extern int force_fast_charge;
21
22 #endif