blob: a71e2aba1a197f22ffda3b6e172a2083d04a26e9 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
#include <lib/fidl/llcpp/internal/transport.h>
namespace test_driverhandle {
class HandlesInProtocol final {
HandlesInProtocol() = delete;
public:
using Transport = ::fidl::internal::DriverTransport;
class SendHandles final {
SendHandles() = delete;
public:
using Protocol = ::test_driverhandle::HandlesInProtocol;
static constexpr bool kHasRequest = true;
static constexpr bool kHasResponse = false;
};
};
class DriverProtocol final {
DriverProtocol() = delete;
public:
using Transport = ::fidl::internal::DriverTransport;
};
} // namespace test_driverhandle