···11#ifndef _ASM_SH_MODULE_H22#define _ASM_SH_MODULE_H3344-/*55- * This file contains the SH architecture specific module code.66- */77-88-struct mod_arch_specific {99- /* Nothing to see here .. */1010-};1111-1212-#define Elf_Shdr Elf32_Shdr1313-#define Elf_Sym Elf32_Sym1414-#define Elf_Ehdr Elf32_Ehdr44+#include <asm-generic/module.h>155166#ifdef CONFIG_CPU_LITTLE_ENDIAN177# ifdef CONFIG_CPU_SH2