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
|