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