OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
ShimVars.h
Go to the documentation of this file.
1
8#ifndef __SHIM_H
9#define __SHIM_H
10
11#include <Guid/ShimLock.h>
12
13//
14// Variable to set to retain shim lock protocol for subsequent image loads.
15//
16#define SHIM_RETAIN_PROTOCOL L"ShimRetainProtocol"
17
18#endif // __SHIM_H