Your IP : 172.28.240.42


Current Path : /usr/src/linux-headers-3.13.0-185/arch/arm/include/asm/
Upload File :
Current File : //usr/src/linux-headers-3.13.0-185/arch/arm/include/asm/linkage.h

#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