mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2024-11-10 14:10:07 +00:00
13 lines
262 B
C
13 lines
262 B
C
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/*
|
||
|
* Copyright (c) 2024 Chimac Alexandru <alexchimac@protonmail.com>
|
||
|
*/
|
||
|
|
||
|
#ifndef EXYNOS9610_H_ // Include guard
|
||
|
#define EXYNOS9610_H_
|
||
|
|
||
|
#define DECON_F_BASE 0x148B0000
|
||
|
#define HW_SW_TRIG_CONTROL 0x70
|
||
|
|
||
|
#endif // EXYNOS9610_H_
|