diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-01 05:12:56 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-01 05:12:56 +0000 |
commit | 8c3155bfa8b79dd47d2cc64189a919a9b434dc79 (patch) | |
tree | 7f4579210f3ad3b40021d7dbd71896e5f1f3899e /sys/arch/cats/include/endian.h | |
parent | bad76f195320d5f8fe71dd2cdd09b7e6448ae62f (diff) |
cats (ARM) support for OpenBSD, based on NetBSD code.
Diffstat (limited to 'sys/arch/cats/include/endian.h')
-rw-r--r-- | sys/arch/cats/include/endian.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/cats/include/endian.h b/sys/arch/cats/include/endian.h new file mode 100644 index 00000000000..b39fda184d3 --- /dev/null +++ b/sys/arch/cats/include/endian.h @@ -0,0 +1,4 @@ +/* $OpenBSD: endian.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ +/* $NetBSD: endian.h,v 1.3 2001/11/25 15:55:56 thorpej Exp $ */ + +#include <arm/endian.h> |