Sync with powerpc/include/endian.h

This commit is contained in:
sakamoto 1998-02-12 01:28:48 +00:00
parent 4a3839dbdd
commit eef219fd43
1 changed files with 4 additions and 1 deletions

View File

@ -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
/*