mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
46135654f0
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
21 lines
461 B
C
21 lines
461 B
C
//#ifndef SMC_HELPER_H
|
|
//#define SMC_HELPER_H
|
|
|
|
|
|
#include <Library/BaseLib.h>
|
|
#include <Library/UefiLib.h>
|
|
#include <Library/UefiBootServicesTableLib.h>
|
|
#include <Library/UefiRuntimeServicesTableLib.h>
|
|
#include <Library/BaseMemoryLib.h>
|
|
#include <Library/MemoryAllocationLib.h>
|
|
#include <Library/DebugLib.h>
|
|
#include <Library/PrintLib.h>
|
|
#include <Library/MemLogLib.h>
|
|
|
|
#include <Protocol/AppleSMC.h>
|
|
|
|
|
|
EFI_STATUS SMCHelperInstall(EFI_HANDLE* Handle);
|
|
|
|
//#endif
|