mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2024-11-19 13:27:49 +00:00
11 lines
185 B
C
11 lines
185 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2019 MediaTek Inc.
|
|
*/
|
|
|
|
|
|
#ifndef _TRUSTY_RC_H_
|
|
#define _TRUSTY_RC_H_
|
|
extern unsigned long *aee_rr_rec_gz_irq_pa(void);
|
|
#endif
|