mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-14 22:44:27 +08:00
9 lines
106 B
C
9 lines
106 B
C
|
#ifndef _CRIS_BYTEORDER_H
|
||
|
#define _CRIS_BYTEORDER_H
|
||
|
|
||
|
#include <linux/byteorder/little_endian.h>
|
||
|
|
||
|
#endif
|
||
|
|
||
|
|