blob: 7d1f9fcfb3b6bc602cc3ba6cde6f7b0a60e28043 [file] [log] [blame]
developerc0c07822021-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 ******************************************************************************/
developerc5b2c1a2022-09-08 13:14:47 +080013#define MTK_PLAT_SIP_NUM_CALLS (8)
developer47917892021-11-01 16:43:47 +080014
developerc0c07822021-03-29 16:50:30 +080015#endif /* PLAT_SIP_CALLS_H */