Home | History | Annotate | Line # | Download | only in include
asm.h revision 1.4
      1  1.4     joerg /* $NetBSD: asm.h,v 1.4 2019/08/05 16:24:48 joerg Exp $ */
      2  1.1      matt 
      3  1.1      matt #ifndef _AARCH64_ASM_H_
      4  1.1      matt #define _AARCH64_ASM_H_
      5  1.1      matt 
      6  1.1      matt #include <arm/asm.h>
      7  1.1      matt 
      8  1.4     joerg #ifdef __aarch64__
      9  1.3  christos #define	fp	x29
     10  1.3  christos #define	lr	x30
     11  1.4     joerg #endif
     12  1.3  christos 
     13  1.1      matt #endif /* !_AARCH64_ASM_H_ */
     14