/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2022, Markuss Broks */ #ifndef EXYNOS9810_H_ /* Include guard */ #define EXYNOS9810_H_ #define DECON_F_BASE 0x16030000 #define HW_SW_TRIG_CONTROL 0x70 #endif // EXYNOS9810_H_