summaryrefslogtreecommitdiff
path: root/StdLib/Include/X64/machine/bswap.h
blob: 1c8caaad4cec2501eb34d6ad26e518a3a9134bfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*      $NetBSD: bswap.h,v 1.2 2006/01/31 07:49:18 dsl Exp $      */

/* Written by Manuel Bouyer. Public domain */

#ifndef _MACHINE_BSWAP_H_
#define	_MACHINE_BSWAP_H_

#include <machine/byte_swap.h>

#define __BSWAP_RENAME
#include <sys/bswap.h>

#endif /* !_MACHINE_BSWAP_H_ */