Files
Debian-9-Kernel/arch/frv/include/asm/linkage.h
T
2023-05-02 09:58:35 +02:00

8 lines
114 B
C

#ifndef __ASM_LINKAGE_H
#define __ASM_LINKAGE_H
#define __ALIGN .align 4
#define __ALIGN_STR ".align 4"
#endif