diff options
| author | Andrew Moore <alm@FreeBSD.org> | 1993-12-19 05:14:46 +0000 |
|---|---|---|
| committer | Andrew Moore <alm@FreeBSD.org> | 1993-12-19 05:14:46 +0000 |
| commit | 90d795a112c87b152cdf4c056d763bdaf2e44c1e (patch) | |
| tree | 586cc8d9287c0e7dd5859a4179c29a3745673dc3 /sys/i386/include/endian.h | |
| parent | aaf08d94cad23fc4be2c840a0782f9468c519927 (diff) | |
Notes
Diffstat (limited to 'sys/i386/include/endian.h')
| -rw-r--r-- | sys/i386/include/endian.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/i386/include/endian.h b/sys/i386/include/endian.h index 8c7dc4a956b8..dc4e98cf8816 100644 --- a/sys/i386/include/endian.h +++ b/sys/i386/include/endian.h @@ -31,13 +31,19 @@ * SUCH DAMAGE. * * from: @(#)endian.h 7.8 (Berkeley) 4/3/91 - * $Id: endian.h,v 1.2 1993/10/16 14:39:15 rgrimes Exp $ + * $Id: endian.h,v 1.3 1993/11/07 17:42:52 wollman Exp $ */ #ifndef _MACHINE_ENDIAN_H_ #define _MACHINE_ENDIAN_H_ 1 /* + * Define the order of 32-bit words in 64-bit words. + */ +#define _QUAD_HIGHWORD 1 +#define _QUAD_LOWWORD 0 + +/* * Definitions for byte order, according to byte significance from low * address to high. */ |
