/*     
 * $RCSfile: xendian_arch.h,v $
 *
 * x-kernel v3.3
 *
 * Copyright (c) 1993,1991,1990,1996  Arizona Board of Regents
 *
 * HISTORY
 * $Log: xendian_arch.h,v $
 * Revision 1.3  1996/02/01  15:19:28  slm
 * Updated copyright and version.
 *
 * Revision 1.2  1995/08/28  16:13:34  acb
 * Initial revision for x3.3
 *
 * Revision 1.1  1994/10/26  20:20:51  hkaram
 * Initial revision
 */
#define ENDIAN LITTLE	/* Alpha is little-endian */

#include <asm/byteorder.h>
