blob: 9ea5e6560a78af2c07bdfba05413c6e4d1065b15 [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(uint32_t status);
} // namespace debug_ipc