Current File : //proc/353637/root/usr/src/linux-aws-headers-6.8.0-1029/arch/xtensa/include/asm/linkage.h
/* SPDX-License-Identifier: GPL-2.0 */

#ifndef __ASM_LINKAGE_H
#define __ASM_LINKAGE_H

#define __ALIGN		.align 4
#define __ALIGN_STR	".align 4"

#endif