mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2024-11-10 06:00:07 +00:00
ad48f247fb
Signed-off-by: Markuss Broks <markuss.broks@gmail.com>
13 lines
265 B
C
13 lines
265 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2022, Markuss Broks <markuss.broks@gmail.com>
|
|
*/
|
|
|
|
#ifndef EXYNOS9810_H_ /* Include guard */
|
|
#define EXYNOS9810_H_
|
|
|
|
#define DECON_F_BASE 0x16030000
|
|
#define HW_SW_TRIG_CONTROL 0x70
|
|
|
|
#endif // EXYNOS9810_H_
|