mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 18:53:52 +08:00
88d1739f54
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
7 lines
128 B
C
7 lines
128 B
C
#ifndef _H8300_BYTEORDER_H
|
|
#define _H8300_BYTEORDER_H
|
|
|
|
#include <linux/byteorder/big_endian.h>
|
|
|
|
#endif /* _H8300_BYTEORDER_H */
|