From eef219fd4381e5479f4ca426f640a6a43d7c1a10 Mon Sep 17 00:00:00 2001 From: sakamoto Date: Thu, 12 Feb 1998 01:28:48 +0000 Subject: [PATCH] Sync with powerpc/include/endian.h --- sys/arch/bebox/include/endian.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/arch/bebox/include/endian.h b/sys/arch/bebox/include/endian.h index 19120eb9d141..8305f0200db6 100644 --- a/sys/arch/bebox/include/endian.h +++ b/sys/arch/bebox/include/endian.h @@ -1,4 +1,4 @@ -/* $NetBSD: endian.h,v 1.1 1997/10/14 06:48:17 sakamoto Exp $ */ +/* $NetBSD: endian.h,v 1.2 1998/02/12 01:28:48 sakamoto Exp $ */ /*- * Copyright (C) 1995 Wolfgang Solfrank. @@ -59,6 +59,9 @@ in_addr_t htonl __P((in_addr_t)); in_port_t htons __P((in_port_t)); in_addr_t ntohl __P((in_addr_t)); in_port_t ntohs __P((in_port_t)); +u_int16_t bswap16 __P((u_int16_t)); +u_int32_t bswap32 __P((u_int32_t)); +u_int64_t bswap64 __P((u_int64_t)); __END_DECLS /*