mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2025-02-16 14:40:10 +00:00
13 lines
280 B
C
13 lines
280 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2022, halal-beef <78730004+halal-beef@users.noreply.github.com>
|
|
*/
|
|
|
|
#ifndef EXYNOS990_H_ /* Include guard */
|
|
#define EXYNOS990_H_
|
|
|
|
#define DECON_F_BASE 0x19050000
|
|
#define HW_SW_TRIG_CONTROL 0x70
|
|
|
|
#endif // EXYNOS990_H_
|