2 * Copyright (c) 2012 Samsung Electronics Co., Ltd.
3 * http://www.samsung.com
4 * Akshay Saraswat <akshay.s@samsung.com>
6 * EXYNOS - Thermal Management Unit
8 * See file CREDITS for list of people who contributed to this
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License version 2 as
13 * published by the Free Software Foundation.
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
20 #ifndef __ASM_ARCH_TMU_H
21 #define __ASM_ARCH_TMU_H
23 struct exynos5_tmu_reg {
31 u32 sampling_internal;
37 u32 threshold_temp_rise;
38 u32 threshold_temp_fall;
50 #endif /* __ASM_ARCH_TMU_H */