Home | History | Annotate | Line # | Download | only in include
      1  1.2  skrll /*	$NetBSD: asan.h,v 1.2 2020/07/10 12:25:10 skrll Exp $	*/
      2  1.1   maxv 
      3  1.1   maxv #ifdef __aarch64__
      4  1.1   maxv #include <aarch64/asan.h>
      5  1.1   maxv #endif
      6  1.2  skrll 
      7  1.2  skrll #ifdef __arm__
      8  1.2  skrll #include <arm/asan.h>
      9  1.2  skrll #endif
     10