TianoCore EDK2 master
Loading...
Searching...
No Matches
TokenGenerator.c
Go to the documentation of this file.
1
14
20EFIAPI
22 VOID
23 )
24{
25 // Start Tokens at 1 to avoid collisions with CM_NULL_TOKEN.
26 STATIC UINTN CurrentToken = 1;
27
28 return (CM_OBJECT_TOKEN)(CurrentToken++);
29}
UINT64 UINTN
#define STATIC
Definition: Base.h:264
UINTN CM_OBJECT_TOKEN
CM_OBJECT_TOKEN EFIAPI GenerateToken(VOID)