]> git.proxmox.com Git - mirror_edk2.git/blob - StdLib/Include/Arm/machine/bswap.h
StdLib: Patches and updates for ARM.
[mirror_edk2.git] / StdLib / Include / Arm / machine / bswap.h
1 /* $NetBSD: bswap.h,v 1.4 2006/01/31 07:49:18 dsl Exp $ */
2
3 #ifndef _MACHINE_BSWAP_H_
4 #define _MACHINE_BSWAP_H_
5
6 #include <machine/byte_swap.h>
7
8 #define __BSWAP_RENAME
9 #include <sys/bswap.h>
10
11 #endif /* !_MACHINE_BSWAP_H_ */