TianoCore EDK2 master
Loading...
Searching...
No Matches
VariableRuntimeCache.h
Go to the documentation of this file.
1
10#ifndef _VARIABLE_RUNTIME_CACHE_H_
11#define _VARIABLE_RUNTIME_CACHE_H_
12
13#include "Variable.h"
14
24 VOID
25 );
26
46 IN VARIABLE_RUNTIME_CACHE *VariableRuntimeCache,
47 IN UINTN Offset,
48 IN UINTN Length
49 );
50
51#endif
UINT64 UINTN
#define IN
Definition: Base.h:279
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
EFI_STATUS FlushPendingRuntimeVariableCacheUpdates(VOID)
EFI_STATUS SynchronizeRuntimeVariableCache(IN VARIABLE_RUNTIME_CACHE *VariableRuntimeCache, IN UINTN Offset, IN UINTN Length)