blob: de76459c8075d1bf92d115f8c4549840b0a9b57e [file] [log] [blame]
Karl Li130536e2023-04-21 11:43:24 +08001/*
2 * Copyright (c) 2023, MediaTek Inc. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef APUSYS_DEVAPC_H
8#define APUSYS_DEVAPC_H
9
10int apusys_devapc_ao_init(void);
Karl Li03facb02023-04-24 16:45:49 +080011int apusys_devapc_rcx_init(void);
Karl Li130536e2023-04-21 11:43:24 +080012
13#endif /* APUSYS_DEVAPC_H */