TianoCore EDK2
master
Loading...
Searching...
No Matches
TokenGenerator.c
Go to the documentation of this file.
1
13
#include <
Protocol/ConfigurationManagerProtocol.h
>
14
19
CM_OBJECT_TOKEN
20
EFIAPI
21
GenerateToken
(
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
}
UINTN
UINT64 UINTN
Definition:
ProcessorBind.h:112
ConfigurationManagerProtocol.h
STATIC
#define STATIC
Definition:
Base.h:264
CM_OBJECT_TOKEN
UINTN CM_OBJECT_TOKEN
Definition:
StandardNameSpaceObjects.h:41
GenerateToken
CM_OBJECT_TOKEN EFIAPI GenerateToken(VOID)
Definition:
TokenGenerator.c:21
DynamicTablesPkg
Library
Common
DynamicPlatRepoLib
TokenGenerator.c
Generated on Fri Nov 15 2024 18:01:06 for TianoCore EDK2 by
1.9.6