endian.h (7f0f1cfd575a7fa1b47211947f3ab05ba28452b2) | endian.h (795aff0ed981a4162c0c1cfdc9d454fda96ec050) |
---|---|
1/*- 2 * Copyright (c) 1987, 1991, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 24 unchanged lines hidden (view full) --- 33 * @(#)endian.h 8.1 (Berkeley) 6/10/93 34 * $NetBSD: endian.h,v 1.7 1999/08/21 05:53:51 simonb Exp $ 35 * $FreeBSD$ 36 */ 37 38#ifndef _MACHINE_ENDIAN_H_ 39#define _MACHINE_ENDIAN_H_ 40 | 1/*- 2 * Copyright (c) 1987, 1991, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 24 unchanged lines hidden (view full) --- 33 * @(#)endian.h 8.1 (Berkeley) 6/10/93 34 * $NetBSD: endian.h,v 1.7 1999/08/21 05:53:51 simonb Exp $ 35 * $FreeBSD$ 36 */ 37 38#ifndef _MACHINE_ENDIAN_H_ 39#define _MACHINE_ENDIAN_H_ 40 |
41#include <sys/cdefs.h> |
|
41#include <machine/ansi.h> 42 43/* 44 * Define the order of 32-bit words in 64-bit words. 45 */ 46#define _QUAD_HIGHWORD 0 47#define _QUAD_LOWWORD 1 48 --- 56 unchanged lines hidden --- | 42#include <machine/ansi.h> 43 44/* 45 * Define the order of 32-bit words in 64-bit words. 46 */ 47#define _QUAD_HIGHWORD 0 48#define _QUAD_LOWWORD 1 49 --- 56 unchanged lines hidden --- |