blob: f3680cdec513463011955f038638eff4afc3cdec [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.
#ifndef ZIRCON_TOOLS_FIDL_INCLUDE_FIDL_LIBRARY_ZX_H_
#define ZIRCON_TOOLS_FIDL_INCLUDE_FIDL_LIBRARY_ZX_H_
#include <string>
namespace fidl {
namespace LibraryZX {
extern const std::string kFilename;
extern const std::string kData;
} // namespace LibraryZX
} // namespace fidl
#endif // ZIRCON_TOOLS_FIDL_INCLUDE_FIDL_LIBRARY_ZX_H_