diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2009-05-08 03:13:28 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2009-05-08 03:13:28 +0000 |
commit | 29c2ae65d24060da0fb3c657be58b96287d797fc (patch) | |
tree | 5e0d31434b848a336fc397d893820a6bcb0b8576 /sys/arch/beagle/include/pcb.h | |
parent | cc5487841663acb2a4e0544a1922892ce4831950 (diff) |
Initial effort on a port to the omap35xx platform specifically beagleboard,
however other omap system may be supportable. Not functional until armv7
core changes are complete.
Diffstat (limited to 'sys/arch/beagle/include/pcb.h')
-rw-r--r-- | sys/arch/beagle/include/pcb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/beagle/include/pcb.h b/sys/arch/beagle/include/pcb.h new file mode 100644 index 00000000000..6c64664a214 --- /dev/null +++ b/sys/arch/beagle/include/pcb.h @@ -0,0 +1,4 @@ +/* $OpenBSD: pcb.h,v 1.1 2009/05/08 03:13:26 drahn Exp $ */ +/* $NetBSD: pcb.h,v 1.3 2001/11/25 15:55:57 thorpej Exp $ */ + +#include <arm/pcb.h> |