mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-14 03:34:45 +00: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 */
|