mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-16 19:04:41 +08:00
5875013900
With the current kbuild infrastructure in place no other changes are required for this to work. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
12 lines
213 B
C
12 lines
213 B
C
#ifndef ASM_M68KNOMMU_MODULE_H
|
|
#define ASM_M68KNOMMU_MODULE_H
|
|
|
|
struct mod_arch_specific {
|
|
};
|
|
|
|
#define Elf_Shdr Elf32_Shdr
|
|
#define Elf_Sym Elf32_Sym
|
|
#define Elf_Ehdr Elf32_Ehdr
|
|
|
|
#endif /* ASM_M68KNOMMU_MODULE_H */
|