NetBSD/sys/arch/hppa/include/bswap.h

14 lines
267 B
C

/* $NetBSD: bswap.h,v 1.2 2006/01/31 07:49:18 dsl Exp $ */
/* Written by Manuel Bouyer. Public domain */
#ifndef _HPPA_BSWAP_H_
#define _HPPA_BSWAP_H_
#include <machine/byte_swap.h>
#define __BSWAP_RENAME
#include <sys/bswap.h>
#endif /* !_HPPA_BSWAP_H_ */