/** @file TpmClearOnRollbackSmm.h -- Header for TpmClearOnRollbackSmm Copyright (c) HR650X BIOS Decompilation Project **/ #ifndef __TPMCLEARONROLLBACKSMM_H__ #define __TPMCLEARONROLLBACKSMM_H__ #include "../uefi_headers/Uefi.h" // // Function Prototypes // /// /// ModuleEntryPoint -- UEFI entry point / initialization function /// EFI_STATUS EFIAPI ModuleEntryPoint( EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable ); /// /// sub_51C /// EFI_STATUS EFIAPI sub_51C(VOID); /// /// sub_808 /// EFI_STATUS EFIAPI sub_808( EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable ); /// /// sub_B10 /// EFI_STATUS EFIAPI sub_B10(VOID); #endif /* __TPMCLEARONROLLBACKSMM_H__ */