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