diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-10 12:02:22 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-10 12:02:22 +0000 |
commit | 7d98c945375fabf74b3dfed117622c9532b65472 (patch) | |
tree | 5f8404dd419128ceb16ec086918ee170fa127d65 /sys/arch/socppc/include/reg.h | |
parent | a78fda83c38d040af173e172985fe83d04dc0982 (diff) |
OpenBSD/socppc, a port to the Thecus N1200, and potentially other Freescale
PowerPC SoC platforms that use u-boot as a bootloader.
Diffstat (limited to 'sys/arch/socppc/include/reg.h')
-rw-r--r-- | sys/arch/socppc/include/reg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/socppc/include/reg.h b/sys/arch/socppc/include/reg.h new file mode 100644 index 00000000000..26ed5eaa4e2 --- /dev/null +++ b/sys/arch/socppc/include/reg.h @@ -0,0 +1,3 @@ +/* $OpenBSD: reg.h,v 1.1 2008/05/10 12:02:21 kettenis Exp $ */ + +#include <powerpc/reg.h> |