mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2024-11-10 06:00:07 +00:00
13 lines
257 B
C
13 lines
257 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2023, predefine <predefine@yandex.ru>
|
|
*/
|
|
|
|
#ifndef EXYNOS7570_H_ /* Include guard */
|
|
#define EXYNOS7570_H_
|
|
|
|
#define DECON_F_BASE 0x14830000
|
|
#define HW_SW_TRIG_CONTROL 0x70
|
|
|
|
#endif // EXYNOS7570_H_
|