• Soby Mathew's avatar
    Use designated initialization in DECLARE_RT_SVC macro · 7b3aabc0
    Soby Mathew authored
    This patch changes the anonymous initialization of `rt_svc_desc_t` structure
    by the `DECLARE_RT_SVC` macro to designated initialization. This makes the
    code more robust and less sensitive to potential changes to the
    `rt_svc_desc_t` structure.
    
    Change-Id: If6f1586730c0d29d92ef09e07eff7dd0d22857c7
    7b3aabc0
runtime_svc.h 5 KB