blob: b6008b2603e78d09ef6f89297dd1e01a9979c1a6 [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.
// Do not include directly, use "arch.h".
#pragma once
#include <stdint.h>
#include <zircon/syscalls/debug.h>
namespace debug_agent {
namespace arch {
// The type that is large enough to hold the debug breakpoint CPU instruction.
using BreakInstructionType = uint8_t;
} // namespace arch
} // namespace debug_agent