mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
14 lines
215 B
C
14 lines
215 B
C
|
#ifndef _ASM_M32R_MODULE_H
|
||
|
#define _ASM_M32R_MODULE_H
|
||
|
|
||
|
/* $Id$ */
|
||
|
|
||
|
struct mod_arch_specific { };
|
||
|
|
||
|
#define Elf_Shdr Elf32_Shdr
|
||
|
#define Elf_Sym Elf32_Sym
|
||
|
#define Elf_Ehdr Elf32_Ehdr
|
||
|
|
||
|
#endif /* _ASM_M32R_MODULE_H */
|
||
|
|