mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 07:20:53 +07:00
a7f626c194
Original port to early 2.6 kernel using TI COFF toolchain. Brought up to date by Mark Salter <msalter@redhat.com> Signed-off-by: Aurelien Jacquiot <a-jacquiot@ti.com> Signed-off-by: Mark Salter <msalter@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
13 lines
265 B
C
13 lines
265 B
C
#ifndef _ASM_C6X_BYTEORDER_H
|
|
#define _ASM_C6X_BYTEORDER_H
|
|
|
|
#include <asm/types.h>
|
|
|
|
#ifdef _BIG_ENDIAN
|
|
#include <linux/byteorder/big_endian.h>
|
|
#else /* _BIG_ENDIAN */
|
|
#include <linux/byteorder/little_endian.h>
|
|
#endif /* _BIG_ENDIAN */
|
|
|
|
#endif /* _ASM_BYTEORDER_H */
|