You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
8 lines
207 B
C
8 lines
207 B
C
|
|
#ifndef _ASM_SPARC64_MODULE_H
|
||
|
|
#define _ASM_SPARC64_MODULE_H
|
||
|
|
struct mod_arch_specific { };
|
||
|
|
#define Elf_Shdr Elf64_Shdr
|
||
|
|
#define Elf_Sym Elf64_Sym
|
||
|
|
#define Elf_Ehdr Elf64_Ehdr
|
||
|
|
#endif /* _ASM_SPARC64_MODULE_H */
|