mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-16 20:02:35 +03:00
7 lines
143 B
C
7 lines
143 B
C
|
#ifndef _ASM_X86_BYTEORDER_H
|
||
|
#define _ASM_X86_BYTEORDER_H
|
||
|
|
||
|
#include <linux/byteorder/little_endian.h>
|
||
|
|
||
|
#endif /* _ASM_X86_BYTEORDER_H */
|