exynos-pmu.h (70a02f840c5113cd9255ce4c1b1848bb48b0bd21) | exynos-pmu.h (06512c539ff1d6d008d5e8ab9d6f5f6405972f53) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ |
|
1/* 2 * Copyright (c) 2015 Samsung Electronics Co., Ltd. 3 * http://www.samsung.com 4 * 5 * Header for EXYNOS PMU Driver support | 2/* 3 * Copyright (c) 2015 Samsung Electronics Co., Ltd. 4 * http://www.samsung.com 5 * 6 * Header for EXYNOS PMU Driver support |
6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as 9 * published by the Free Software Foundation. | |
10 */ 11 12#ifndef __EXYNOS_PMU_H 13#define __EXYNOS_PMU_H 14 15#include <linux/io.h> 16 17#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 --- |