xref: /rk3399_ARM-atf/plat/rockchip/rk3576/include/plat_sip_calls.h (revision 3f3b9ec69730d5bc02aab7da2cb7cc0f8a30c130)
1 /* SPDX-License-Identifier: BSD-3-Clause */
2 /*
3  * Copyright (c) 2025, Rockchip Electronics Co., Ltd.
4  */
5 
6 #ifndef __PLAT_SIP_CALLS_H__
7 #define __PLAT_SIP_CALLS_H__
8 
9 #define RK_PLAT_SIP_NUM_CALLS	0
10 
11 #endif /* __PLAT_SIP_CALLS_H__ */
12