162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef _ASM_IA64_EXTABLE_H 362306a36Sopenharmony_ci#define _ASM_IA64_EXTABLE_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#define ARCH_HAS_RELATIVE_EXTABLE 662306a36Sopenharmony_ci 762306a36Sopenharmony_cistruct exception_table_entry { 862306a36Sopenharmony_ci int insn; /* location-relative address of insn this fixup is for */ 962306a36Sopenharmony_ci int fixup; /* location-relative continuation addr.; if bit 2 is set, r9 is set to 0 */ 1062306a36Sopenharmony_ci}; 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#endif 13