f198866
--- capture_hak5_wifi_coconut/libwifiuserspace/kernel/types.h~	2023-07-20 09:02:04.000000000 -0500
f198866
+++ capture_hak5_wifi_coconut/libwifiuserspace/kernel/types.h	2023-07-21 12:11:27.461869322 -0500
f198866
@@ -20,12 +20,10 @@
f198866
 typedef int32_t s32;
f198866
 typedef int64_t s64;
f198866
 
f198866
-#ifndef LIBWIFIUSERSPACE_EXCLUDE_TYPES
f198866
 typedef uint8_t __u8;
f198866
 typedef uint16_t __u16;
f198866
 typedef uint32_t __u32;
f198866
 typedef uint64_t __u64;
f198866
-#endif
f198866
 
f198866
 /* 
f198866
  * We lose the atomic stuff