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