exynos-pmu.h (552c69b36ebd966186573b9c7a286b390935cce1) | exynos-pmu.h (945005409bfb55398d70c56178972d3750529dd6) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Copyright (c) 2015 Samsung Electronics Co., Ltd. 4 * http://www.samsung.com 5 * | 1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Copyright (c) 2015 Samsung Electronics Co., Ltd. 4 * http://www.samsung.com 5 * |
6 * Header for EXYNOS PMU Driver support | 6 * Header for Exynos PMU Driver support |
7 */ 8 9#ifndef __EXYNOS_PMU_H 10#define __EXYNOS_PMU_H 11 12#include <linux/io.h> 13 14#define PMU_TABLE_END (-1U) --- 28 unchanged lines hidden --- | 7 */ 8 9#ifndef __EXYNOS_PMU_H 10#define __EXYNOS_PMU_H 11 12#include <linux/io.h> 13 14#define PMU_TABLE_END (-1U) --- 28 unchanged lines hidden --- |