mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-23 14:24:25 +08:00
7 lines
131 B
C
7 lines
131 B
C
|
#ifndef _ALPHA_BYTEORDER_H
|
||
|
#define _ALPHA_BYTEORDER_H
|
||
|
|
||
|
#include <linux/byteorder/little_endian.h>
|
||
|
|
||
|
#endif /* _ALPHA_BYTEORDER_H */
|