mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-01 15:31:25 +03:00
49d1a4c562
also start prefering NtDll API. so far: * NtQueryInformationFile * NtClose adds a performance workaround for windows unicode conversion. but that should probably be removed before merging
7 lines
175 B
C
7 lines
175 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _ASM_X86_BYTEORDER_H
|
|
#define _ASM_X86_BYTEORDER_H
|
|
|
|
#include <linux/byteorder/little_endian.h>
|
|
|
|
#endif /* _ASM_X86_BYTEORDER_H */ |