chore: sdk compiles almost w/o warnings?

This commit is contained in:
2024-12-17 03:13:08 +06:00
parent 31efbc726f
commit 7c7b36a6b3
55 changed files with 658 additions and 514 deletions

View File

@@ -55,6 +55,10 @@
#endif
#include <stdlib.h>
// lmao, importing hal_crypto imports the entire fwlib bloat
// and conflicts with the variable names
#include "rtl8711b_crypto.h"
#include "rtl8710b_crypto_api.h"
#if defined(_MSC_VER) && !defined strcasecmp && !defined(EFIX64) && \
!defined(EFI32)