add_entrypoint_object(
  rpc_host_call
  SRCS
    rpc_host_call.cpp
  HDRS
    rpc_host_call.h
  DEPENDS
    libc.src.__support.RPC.rpc_client
    libc.src.__support.GPU.utils
)

add_entrypoint_object(
  rpc_fprintf
  SRCS
    rpc_fprintf.cpp
  HDRS
    rpc_fprintf.h
  DEPENDS
    libc.src.stdio.gpu.gpu_file
    libc.src.__support.RPC.rpc_client
    libc.src.__support.GPU.utils
)
