18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef _ASM_IA64_EXTABLE_H 38c2ecf20Sopenharmony_ci#define _ASM_IA64_EXTABLE_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#define ARCH_HAS_RELATIVE_EXTABLE 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_cistruct exception_table_entry { 88c2ecf20Sopenharmony_ci int insn; /* location-relative address of insn this fixup is for */ 98c2ecf20Sopenharmony_ci int fixup; /* location-relative continuation addr.; if bit 2 is set, r9 is set to 0 */ 108c2ecf20Sopenharmony_ci}; 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#endif 13