mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
26
include/dt-bindings/thermal/thermal.h
Normal file
26
include/dt-bindings/thermal/thermal.h
Normal file
|
@ -0,0 +1,26 @@
|
|||
/*
|
||||
* This header provides constants for most thermal bindings.
|
||||
*
|
||||
* Copyright (C) 2013 Texas Instruments
|
||||
* Eduardo Valentin <eduardo.valentin@ti.com>
|
||||
*
|
||||
* GPLv2 only
|
||||
*/
|
||||
|
||||
#ifndef _DT_BINDINGS_THERMAL_THERMAL_H
|
||||
#define _DT_BINDINGS_THERMAL_THERMAL_H
|
||||
|
||||
/* On cooling devices upper and lower limits */
|
||||
#define THERMAL_NO_LIMIT (-1UL)
|
||||
#define TABLE_END (~1)
|
||||
|
||||
#define THROTTLE_ACTIVE (1)
|
||||
#define THROTTLE_PASSIVE (2)
|
||||
#define SW_TRIP (3)
|
||||
#define HW_TRIP (4)
|
||||
|
||||
#define DISABLE (0)
|
||||
#define ENABLE (1)
|
||||
|
||||
#endif
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue