xref: /rk3399_ARM-atf/plat/mediatek/drivers/apusys/mt8196/apusys_devapc.h (revision 999503d285475f8920111f3fd760312ddf1d5b5b)
131a0b877SKarl Li /*
231a0b877SKarl Li  * Copyright (c) 2024, MediaTek Inc. All rights reserved.
331a0b877SKarl Li  *
431a0b877SKarl Li  * SPDX-License-Identifier: BSD-3-Clause
531a0b877SKarl Li  */
631a0b877SKarl Li 
731a0b877SKarl Li #ifndef APUSYS_DEVAPC_H
831a0b877SKarl Li #define APUSYS_DEVAPC_H
931a0b877SKarl Li 
1031a0b877SKarl Li enum apusys_apc_type {
1131a0b877SKarl Li 	DAPC_AO = 0,
12*f31932b4SKarl Li 	DAPC_RCX
1331a0b877SKarl Li };
1431a0b877SKarl Li 
1531a0b877SKarl Li int apusys_devapc_ao_init(void);
16*f31932b4SKarl Li int apusys_devapc_rcx_init(void);
1731a0b877SKarl Li 
1831a0b877SKarl Li #endif /* APUSYS_DEVAPC_H */
19