diff options
Diffstat (limited to 'plat/mediatek/mt8195/include/plat_sip_calls.h')
-rw-r--r-- | plat/mediatek/mt8195/include/plat_sip_calls.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/plat/mediatek/mt8195/include/plat_sip_calls.h b/plat/mediatek/mt8195/include/plat_sip_calls.h new file mode 100644 index 0000000..7d1f9fc --- /dev/null +++ b/plat/mediatek/mt8195/include/plat_sip_calls.h @@ -0,0 +1,15 @@ +/* + * 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 */ |