blob: ba8f2ff6a0cb4370b704ab725c454b473a6a271d [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.
#pragma once
#include <stdint.h>
#include "garnet/lib/debug_ipc/helper/zx_status_definitions.h"
namespace debug_ipc {
const char* ZxStatusToString(zx_status_t status);
} // namespace debug_ipc