xref: /openbmc/linux/arch/powerpc/xmon/xmon_bpts.S (revision 4eff2b4f)
14eff2b4fSJordan Niethe/* SPDX-License-Identifier: GPL-2.0 */
24eff2b4fSJordan Niethe#include <asm/ppc_asm.h>
34eff2b4fSJordan Niethe#include <asm/asm-compat.h>
44eff2b4fSJordan Niethe#include <asm/asm-offsets.h>
54eff2b4fSJordan Niethe#include "xmon_bpts.h"
64eff2b4fSJordan Niethe
74eff2b4fSJordan Niethe.global bpt_table
84eff2b4fSJordan Niethebpt_table:
94eff2b4fSJordan Niethe	.space NBPTS * BPT_SIZE
10