blob: fdc7bea46e26a7562b254fd248a4a7674bfba468 [file] [log] [blame]
developera84a44a2020-08-19 17:20:15 +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 ******************************************************************************/
developerc5b2c1a2022-09-08 13:14:47 +080013#define MTK_PLAT_SIP_NUM_CALLS (4)
developera84a44a2020-08-19 17:20:15 +080014
15#endif /* PLAT_SIP_CALLS_H */