blob: b53997e9c2179f876df3db279b84a0cd8b8e7747 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "garnet/lib/debug_ipc/protocol.h"
namespace debug_ipc {
constexpr uint32_t MsgHeader::kSerializedHeaderSize;
constexpr uint64_t HelloReply::kStreamSignature;
constexpr uint32_t HelloReply::kCurrentVersion;
} // namespace debug_ipc