OpenCore  1.0.4
OpenCore Bootloader
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
22EFI_STATUS
24 VOID
25 );
26
44EFI_STATUS
46 IN VARIABLE_RUNTIME_CACHE *VariableRuntimeCache,
47 IN UINTN Offset,
48 IN UINTN Length
49 );
50
51#endif
UINT64 Length
EFI_STATUS FlushPendingRuntimeVariableCacheUpdates(VOID)
EFI_STATUS SynchronizeRuntimeVariableCache(IN VARIABLE_RUNTIME_CACHE *VariableRuntimeCache, IN UINTN Offset, IN UINTN Length)