mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-11 21:15:30 -04:00
7 lines
137 B
C
7 lines
137 B
C
#ifndef _ASM_X86_BYTEORDER_H
|
|
#define _ASM_X86_BYTEORDER_H
|
|
|
|
#include <linux/byteorder/little_endian.h>
|
|
|
|
#endif /* _ASM_X86_BYTEORDER_H */
|