mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 04:32:03 +00: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
|
||
|
|
||
|
|