xref: /openbmc/linux/arch/sh/include/asm/module.h (revision ead5d1f4d877e92c051e1a1ade623d0d30e71619)
1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2f15cbe6fSPaul Mundt #ifndef _ASM_SH_MODULE_H
3f15cbe6fSPaul Mundt #define _ASM_SH_MODULE_H
4f15cbe6fSPaul Mundt 
5786d35d4SDavid Howells #include <asm-generic/module.h>
6786d35d4SDavid Howells 
7858918b7SMatt Fleming #ifdef CONFIG_DWARF_UNWINDER
8786d35d4SDavid Howells struct mod_arch_specific {
9858918b7SMatt Fleming 	struct list_head fde_list;
10858918b7SMatt Fleming 	struct list_head cie_list;
11858918b7SMatt Fleming };
12858918b7SMatt Fleming #endif
13f15cbe6fSPaul Mundt 
14f15cbe6fSPaul Mundt #endif /* _ASM_SH_MODULE_H */
15