Fix endian source

This commit is contained in:
Vadim Vetrov
2024-08-15 02:51:40 +03:00
parent af6e993c07
commit 51c21a89fd

View File

@@ -1,6 +1,7 @@
#define _GNU_SOURCE
#ifndef TYPES_H
#define TYPES_H
#include <bits/endian.h>
#include <asm/byteorder.h>
#ifdef KERNEL_SCOPE
#include <linux/errno.h> // IWYU pragma: export