mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 00:06:51 +07: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 */
|