sdk: Update stale includes

Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
2026-07-13 21:56:26 -04:00
parent 0b3a0cc071
commit bb125b6128
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
#ifndef _SDK_ATOMIC_H_ #ifndef _SDK_ATOMIC_H_
#define _SDK_ATOMIC_H_ 1 #define _SDK_ATOMIC_H_ 1
#include <stdef.h> #include <ptdef.h>
static inline ULONG static inline ULONG
AtomicAddLongNv(volatile ULONG *Ptr, ULONG Value) AtomicAddLongNv(volatile ULONG *Ptr, ULONG Value)
+1 -1
View File
@@ -9,7 +9,7 @@
#ifndef _SDK_BITOPS_H_ #ifndef _SDK_BITOPS_H_
#define _SDK_BITOPS_H_ 1 #define _SDK_BITOPS_H_ 1
#include <stdef.h> #include <ptdef.h>
#define BOPS_M1 0x5555555555555555ULL /* 01010101... */ #define BOPS_M1 0x5555555555555555ULL /* 01010101... */
#define BOPS_M2 0x3333333333333333ULL /* 00110011... */ #define BOPS_M2 0x3333333333333333ULL /* 00110011... */