mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-08-16 01:17:01 +02:00
- MTK_SIP_KERNEL_DFD can be moved to mtk_sip_def.h. - Remove unused MTK_SIP_* definations which are already defined in mtk_sip_def.h. Signed-off-by: Bo-Chen Chen <rex-bc.chen@mediatek.com> Change-Id: Ife8f1e842d986691488548632426f194199d42b9
16 lines
423 B
C
16 lines
423 B
C
/*
|
|
* Copyright (c) 2020, MediaTek Inc. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef PLAT_SIP_CALLS_H
|
|
#define PLAT_SIP_CALLS_H
|
|
|
|
/*******************************************************************************
|
|
* Plat SiP function constants
|
|
******************************************************************************/
|
|
#define MTK_PLAT_SIP_NUM_CALLS (8)
|
|
|
|
#endif /* PLAT_SIP_CALLS_H */
|