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