+1
-1
@@ -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
@@ -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... */
|
||||||
|
|||||||
Reference in New Issue
Block a user