blob: ecf18b5d6fe1003662d8fc0a37afd49cc98410b4 [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 "src/developer/debug/shared/zx_status_definitions.h"
namespace debug_ipc {
const char* ZxStatusToString(zx_status_t status);
} // namespace debug_ipc