1 1.1 cherry /*- 2 1.1 cherry * Copyright (c) 1996 Carnegie-Mellon University. 3 1.1 cherry * All rights reserved. 4 1.1 cherry * 5 1.1 cherry * Author: Chris G. Demetriou 6 1.1 cherry * 7 1.1 cherry * Permission to use, copy, modify and distribute this software and 8 1.1 cherry * its documentation is hereby granted, provided that both the copyright 9 1.1 cherry * notice and this permission notice appear in all copies of the 10 1.1 cherry * software, derivative works or modified versions, and any portions 11 1.1 cherry * thereof, and that both notices appear in supporting documentation. 12 1.1 cherry * 13 1.1 cherry * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" 14 1.1 cherry * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND 15 1.1 cherry * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. 16 1.1 cherry * 17 1.1 cherry * Carnegie Mellon requests users of this software to return to 18 1.1 cherry * 19 1.1 cherry * Software Distribution Coordinator or Software.Distribution (at) CS.CMU.EDU 20 1.1 cherry * School of Computer Science 21 1.1 cherry * Carnegie Mellon University 22 1.1 cherry * Pittsburgh PA 15213-3890 23 1.1 cherry * 24 1.1 cherry * any improvements or extensions that they make and grant Carnegie the 25 1.1 cherry * rights to redistribute these changes. 26 1.1 cherry * 27 1.1 cherry * from: NetBSD: htonl.S,v 1.1 1996/04/17 22:36:52 cgd 28 1.1 cherry * from: src/sys/libkern/ia64/htonl.S,v 1.2 2002/02/18 20:35:21 29 1.1 cherry * 30 1.1 cherry * $FreeBSD$ 31 1.1 cherry */ 32 1.1 cherry 33 1.1 cherry #define NAME bswap32 34 1.1 cherry 35 1.1 cherry #include "byte_swap_4.S" 36