mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 01:36:11 +08:00
[NDK] Add Affinity helper inline functions
This commit is contained in:
@@ -155,7 +155,6 @@ extern VOID __cdecl KiInterruptTemplate(VOID);
|
||||
|
||||
/* MACROS *************************************************************************/
|
||||
|
||||
#define AFFINITY_MASK(ProcessorIndex) ((KAFFINITY)1 << (ProcessorIndex))
|
||||
#define PRIORITY_MASK(Priority) (1UL << (Priority))
|
||||
|
||||
/* Tells us if the Timer or Event is a Syncronization or Notification Object */
|
||||
|
||||
Reference in New Issue
Block a user