mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 22:50:41 +00:00
fc61708b3a
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 _H8300_BYTEORDER_H
|
|
#define _H8300_BYTEORDER_H
|
|
|
|
#include <asm/swab.h>
|
|
#include <linux/byteorder/big_endian.h>
|
|
|
|
#endif /* _H8300_BYTEORDER_H */
|