mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-06 20:53:54 +08:00
231cc432f4
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
8 lines
162 B
C
8 lines
162 B
C
#ifndef _M68KNOMMU_BYTEORDER_H
|
|
#define _M68KNOMMU_BYTEORDER_H
|
|
|
|
#include <asm/swab.h>
|
|
#include <linux/byteorder/big_endian.h>
|
|
|
|
#endif /* _M68KNOMMU_BYTEORDER_H */
|