Home | History | Annotate | Line # | Download | only in include
      1  1.3   ryo /*	$NetBSD: frame.h,v 1.3 2018/04/01 04:35:05 ryo Exp $	*/
      2  1.1  matt 
      3  1.3   ryo #ifdef __aarch64__
      4  1.3   ryo #include <aarch64/frame.h>
      5  1.3   ryo #else
      6  1.1  matt #include <arm/arm32/frame.h>
      7  1.3   ryo #endif
      8