blob: 7d1f9fcfb3b6bc602cc3ba6cde6f7b0a60e28043 [file] [log] [blame]
Yidi Lin938fd422021-03-29 16:50:30 +08001/*
2 * Copyright (c) 2020, MediaTek Inc. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef PLAT_SIP_CALLS_H
8#define PLAT_SIP_CALLS_H
9
10/*******************************************************************************
11 * Plat SiP function constants
12 ******************************************************************************/
Bo-Chen Chen3bdd9a22022-09-08 13:14:47 +080013#define MTK_PLAT_SIP_NUM_CALLS (8)
Flora Fu88906b42021-11-01 16:43:47 +080014
Yidi Lin938fd422021-03-29 16:50:30 +080015#endif /* PLAT_SIP_CALLS_H */