Files
sdk-hwV1.3/lichee/brandy-2.0/spl-pub/include/asm/linkage.h
2024-05-07 18:09:20 +08:00

8 lines
113 B
C

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