HOME


Mini Shell 1.0
DIR: /usr/src/linux-headers-6.8.0-60/arch/arm/include/asm/
Upload File :
Current File : //usr/src/linux-headers-6.8.0-60/arch/arm/include/asm/linkage.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_LINKAGE_H
#define __ASM_LINKAGE_H

#define __ALIGN .align 0
#define __ALIGN_STR ".align 0"

#define ENDPROC(name) \
  .type name, %function; \
  END(name)

#endif