diff options
author | Michael Brown <mcb30@ipxe.org> | 2015-03-02 16:25:53 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2015-03-02 16:35:37 +0000 |
commit | 01d16d821f4218ce0db9257013d0ad9b339cabe6 (patch) | |
tree | 15cd12a97c17dd6806bcb32e204cc510aed9719a /src/arch/x86_64 | |
parent | 8ab4b00442759ff9b61f5e813b73d29d91c4ae5f (diff) | |
download | ipxe-01d16d821f4218ce0db9257013d0ad9b339cabe6.tar.gz |
[libc] Rewrite byte-swapping code
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86_64')
-rw-r--r-- | src/arch/x86_64/include/bits/endian.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/x86_64/include/bits/endian.h b/src/arch/x86_64/include/bits/endian.h deleted file mode 100644 index 413e702d..00000000 --- a/src/arch/x86_64/include/bits/endian.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef ETHERBOOT_BITS_ENDIAN_H -#define ETHERBOOT_BITS_ENDIAN_H - -#define __BYTE_ORDER __LITTLE_ENDIAN - -#endif /* ETHERBOOT_BITS_ENDIAN_H */ |