mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 02:04:19 +08:00
8 lines
201 B
C
8 lines
201 B
C
|
#ifndef _ASM_SPARC_MODULE_H
|
||
|
#define _ASM_SPARC_MODULE_H
|
||
|
struct mod_arch_specific { };
|
||
|
#define Elf_Shdr Elf32_Shdr
|
||
|
#define Elf_Sym Elf32_Sym
|
||
|
#define Elf_Ehdr Elf32_Ehdr
|
||
|
#endif /* _ASM_SPARC_MODULE_H */
|