summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm/include/pcb.h
blob: 6276044e02786dbfabd8c5b9d46bd29a3ba059db (plain)
1
2
3
4
5
6
7
/*	$NetBSD: pcb.h,v 1.2 2018/04/01 04:35:05 ryo Exp $	*/

#ifdef __aarch64__
#include <aarch64/pcb.h>
#else
#include <arm/pcb.h>
#endif