mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-08 06:15:19 +07:00
8 lines
114 B
C
8 lines
114 B
C
![]() |
#ifndef __ASM_LINKAGE_H
|
||
|
#define __ASM_LINKAGE_H
|
||
|
|
||
|
#define __ALIGN .align 4
|
||
|
#define __ALIGN_STR ".align 4"
|
||
|
|
||
|
#endif
|