blob: d2645605b0581834917d00faebba227a6bb4b296 [file] [log] [blame]
'-------------------------------------------------------------------------------
' Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved.
'
' SPDX-License-Identifier: BSD-3-Clause
'
'-------------------------------------------------------------------------------
@startuml
class rpc_caller {
{abstract}int call(opcode, param_buf, result_buf)
}
rpc_caller -> call_ep
note right on link
Association with call_ep is made when
RPC session is established.
end note
@enduml