mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 17:12:40 +03:00
[libc] Rewrite byte-swapping code
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
8
src/arch/x86/include/bits/endian.h
Normal file
8
src/arch/x86/include/bits/endian.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _BITS_ENDIAN_H
|
||||
#define _BITS_ENDIAN_H
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
|
||||
#define __BYTE_ORDER __LITTLE_ENDIAN
|
||||
|
||||
#endif /* _BITS_ENDIAN_H */
|
||||
Reference in New Issue
Block a user