mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-20 21:54:23 +00: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 */
|