blob: 8f413c1fa141d973b88d1c8af6a620d415bdf510 [file] [log] [blame]
Alex Vakulenkoe4eec202017-01-27 14:41:04 -08001#ifndef ANDROID_PDX_DEFAULT_TRANSPORT_SERVICEFS_SERVICE_ENDPOINT_H_
2#define ANDROID_PDX_DEFAULT_TRANSPORT_SERVICEFS_SERVICE_ENDPOINT_H_
3
4#include <servicefs/service_endpoint.h>
5
6namespace android {
7namespace pdx {
8namespace default_transport {
9
10using Endpoint = ::android::pdx::servicefs::Endpoint;
11
12} // namespace default_transport
13} // namespace pdx
14} // namespace android
15
16#endif // ANDROID_PDX_DEFAULT_TRANSPORT_SERVICEFS_PDX_SERVICE_ENDPOINT_H_