blob: 2aca53f123364cb16cc9108e733aca67d6de41ba [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.
#pragma once
#include <stdint.h>
#include <zircon/syscalls/exception.h>
namespace debug_ipc {
const char* ExceptionTypeToString(uint32_t type);
} // namespace debug_ipc