mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 16:20:51 +07:00
c6f09f0c32
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
8 lines
147 B
C
8 lines
147 B
C
#ifndef _M68K_BYTEORDER_H
|
|
#define _M68K_BYTEORDER_H
|
|
|
|
#include <asm/swab.h>
|
|
#include <linux/byteorder/big_endian.h>
|
|
|
|
#endif /* _M68K_BYTEORDER_H */
|