mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-10 03:20:49 +00:00
7 lines
143 B
C
7 lines
143 B
C
|
#ifndef _BLACKFIN_BYTEORDER_H
|
||
|
#define _BLACKFIN_BYTEORDER_H
|
||
|
|
||
|
#include <linux/byteorder/little_endian.h>
|
||
|
|
||
|
#endif /* _BLACKFIN_BYTEORDER_H */
|