xref: /openbmc/linux/arch/ia64/include/uapi/asm/break.h (revision cf3bb032)
16f52b16cSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
243e40f25SDavid Howells #ifndef _ASM_IA64_BREAK_H
343e40f25SDavid Howells #define _ASM_IA64_BREAK_H
443e40f25SDavid Howells 
543e40f25SDavid Howells /*
643e40f25SDavid Howells  * IA-64 Linux break numbers.
743e40f25SDavid Howells  *
843e40f25SDavid Howells  * Copyright (C) 1999 Hewlett-Packard Co
943e40f25SDavid Howells  * Copyright (C) 1999 David Mosberger-Tang <davidm@hpl.hp.com>
1043e40f25SDavid Howells  */
1143e40f25SDavid Howells 
1243e40f25SDavid Howells /*
1343e40f25SDavid Howells  * OS-specific debug break numbers:
1443e40f25SDavid Howells  */
1543e40f25SDavid Howells #define __IA64_BREAK_KDB		0x80100
1643e40f25SDavid Howells #define __IA64_BREAK_KPROBE		0x81000 /* .. 0x81fff */
1743e40f25SDavid Howells 
1843e40f25SDavid Howells /*
1943e40f25SDavid Howells  * OS-specific break numbers:
2043e40f25SDavid Howells  */
2143e40f25SDavid Howells #define __IA64_BREAK_SYSCALL		0x100000
2243e40f25SDavid Howells 
2343e40f25SDavid Howells #endif /* _ASM_IA64_BREAK_H */
24