Home | History | Annotate | Line # | Download | only in include
asm.h revision 1.3
      1  1.3  christos /* $NetBSD: asm.h,v 1.3 2018/07/17 18:08:37 christos 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.3  christos #define	fp	x29
      9  1.3  christos #define	lr	x30
     10  1.3  christos 
     11  1.1      matt #endif /* !_AARCH64_ASM_H_ */
     12