OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
OcSmcLib.h
Go to the documentation of this file.
1
15#ifndef OC_SMC_LIB_H
16#define OC_SMC_LIB_H
17
18#include <Protocol/AppleSmcIo.h>
19
30 IN BOOLEAN Reinstall,
31 IN BOOLEAN AuthRestart
32 );
33
34#endif // OC_SMC_LIB_H
APPLE_SMC_IO_PROTOCOL * OcSmcIoInstallProtocol(IN BOOLEAN Reinstall, IN BOOLEAN AuthRestart)
Definition OcSmcLib.c:595