[libc][NFC] Move the RPC types to the `rpc_client.h` header
authorJoseph Huber <jhuber6@vols.utk.edu>
Wed, 19 Jul 2023 20:23:25 +0000 (15:23 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Wed, 19 Jul 2023 20:26:14 +0000 (15:26 -0500)
commit480e3e353c73f2d01a9b9f77fec6812ad60b8d92
tree21a0a01731bd16b9d418130ad18e1f3987cbf729
parent78c9122ac9ad5562d65852eb38322f131cffbfd6
[libc][NFC] Move the RPC types to the `rpc_client.h` header

Summary:
Simple cleanup of the interface so we do not depend on the installed
headers and get everything we need just including rpc_client.h.
libc/src/__support/File/gpu/file.cpp
libc/src/__support/RPC/rpc_client.h
libc/src/gpu/rpc_host_call.cpp