Fix warnings

This commit is contained in:
Vadim Vetrov
2024-09-20 22:32:30 +03:00
parent 2fd3107401
commit c786a44dd5
6 changed files with 12 additions and 40 deletions

View File

@@ -8,14 +8,6 @@
#include <linux/string.h> // IWYU pragma: export
#include <linux/types.h>
typedef __u8 uint8_t;
typedef __u16 uint16_t;
typedef __u32 uint32_t;
typedef __u64 uint64_t;
//typedef __i8 int8_t;
//typedef __i16 int16_t;
//typedef __i32 int32_t;
//typedef __i64 int64_t;
#else /* USER_SPACE */
#include <errno.h> // IWYU pragma: export