oleavr-rgl-a500-mini-linux-.../arch/s390/include/asm/linkage.h

10 lines
159 B
C
Raw Permalink Normal View History

2022-05-07 01:01:45 +02:00
#ifndef __ASM_LINKAGE_H
#define __ASM_LINKAGE_H
#include <linux/stringify.h>
#define __ALIGN .align 4, 0x07
#define __ALIGN_STR __stringify(__ALIGN)
#endif