1139815Simp/*-
291394Stmm * Copyright (c) 1996 Carnegie-Mellon University.
391394Stmm * All rights reserved.
491394Stmm *
591394Stmm * Author: Chris G. Demetriou
691394Stmm *
791394Stmm * Permission to use, copy, modify and distribute this software and
891394Stmm * its documentation is hereby granted, provided that both the copyright
991394Stmm * notice and this permission notice appear in all copies of the
1091394Stmm * software, derivative works or modified versions, and any portions
1191394Stmm * thereof, and that both notices appear in supporting documentation.
1291394Stmm *
1391394Stmm * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
1491394Stmm * CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND
1591394Stmm * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
1691394Stmm *
1791394Stmm * Carnegie Mellon requests users of this software to return to
1891394Stmm *
1991394Stmm *  Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU
2091394Stmm *  School of Computer Science
2191394Stmm *  Carnegie Mellon University
2291394Stmm *  Pittsburgh PA 15213-3890
2391394Stmm *
2491394Stmm * any improvements or extensions that they make and grant Carnegie the
2591394Stmm * rights to redistribute these changes.
2691394Stmm *
2791394Stmm *	from: NetBSD: htonl.S,v 1.1 1996/04/17 22:36:52 cgd
2891394Stmm *	from: src/sys/libkern/ia64/htonl.S,v 1.2 2002/02/18 20:35:21
2991394Stmm *
3091394Stmm * $FreeBSD: releng/10.3/sys/libkern/ia64/bswap32.S 139815 2005-01-07 00:24:33Z imp $
3191394Stmm */
3291394Stmm
3391394Stmm#define	NAME	__bswap32
3491394Stmm
3591394Stmm#include <libkern/ia64/byte_swap_4.S>
36