mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 05:26:47 +07:00
11 lines
179 B
C
11 lines
179 B
C
|
#ifndef _ASM_X8664_MODULE_H
|
||
|
#define _ASM_X8664_MODULE_H
|
||
|
|
||
|
struct mod_arch_specific {};
|
||
|
|
||
|
#define Elf_Shdr Elf64_Shdr
|
||
|
#define Elf_Sym Elf64_Sym
|
||
|
#define Elf_Ehdr Elf64_Ehdr
|
||
|
|
||
|
#endif
|