mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-01 07:36:47 +07:00
f4d2b14501
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
8 lines
150 B
C
8 lines
150 B
C
#ifndef _SPARC_BYTEORDER_H
|
|
#define _SPARC_BYTEORDER_H
|
|
|
|
#include <asm/swab.h>
|
|
#include <linux/byteorder/big_endian.h>
|
|
|
|
#endif /* _SPARC_BYTEORDER_H */
|