summaryrefslogtreecommitdiffstats
path: root/StdLib/Include/Aarch64/machine/bswap.h
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2019-04-19 17:22:39 -0700
committerMichael D Kinney <michael.d.kinney@intel.com>2019-04-29 13:06:36 -0700
commit964f432b9b0afe103c41c7613fade3e699118afe (patch)
treec2b2dbbd67a93c1e07c8ebd148d9f4fe3f118967 /StdLib/Include/Aarch64/machine/bswap.h
parente2d3a25f1a3135221a9c8061e1b8f90245d727eb (diff)
downloadedk2-964f432b9b0afe103c41c7613fade3e699118afe.tar.gz
edk2-964f432b9b0afe103c41c7613fade3e699118afe.tar.bz2
edk2-964f432b9b0afe103c41c7613fade3e699118afe.zip
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
https://bugzilla.tianocore.org/show_bug.cgi?id=1734 Remove the following packages and move them to the new edk2-libc repository * AppPkg * StdLib * StdLibPrivateInternalFiles Cc: Jaben Carsey <jaben.carsey@intel.com> Cc: Daryl McDaniel <edk2-lists@mc2research.org> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> Acked-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'StdLib/Include/Aarch64/machine/bswap.h')
-rw-r--r--StdLib/Include/Aarch64/machine/bswap.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/StdLib/Include/Aarch64/machine/bswap.h b/StdLib/Include/Aarch64/machine/bswap.h
deleted file mode 100644
index 142f739dc0..0000000000
--- a/StdLib/Include/Aarch64/machine/bswap.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* $NetBSD: bswap.h,v 1.4 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_ */