blob: 01382cdb6969262d08eecf165aeaa3a1750c3abc [file] [log] [blame]
// Copyright 2019 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 SRC_DEVELOPER_DEBUG_SHARED_ZIRCON_UTILS_H_
#define SRC_DEVELOPER_DEBUG_SHARED_ZIRCON_UTILS_H_
#include <stdint.h>
#include <zircon/syscalls/exception.h>
namespace debug {
const char* ExceptionTypeToString(uint32_t type);
} // namespace debug
#endif // SRC_DEVELOPER_DEBUG_SHARED_ZIRCON_UTILS_H_