/** @file SmmTcgStorageSec.h -- Header for SmmTcgStorageSec Copyright (c) HR650X BIOS Decompilation Project **/ #ifndef __SMMTCGSTORAGESEC_H__ #define __SMMTCGSTORAGESEC_H__ #include "../uefi_headers/Uefi.h" // // Function Prototypes // /// /// ModuleEntryPoint -- UEFI entry point / initialization function /// EFI_STATUS EFIAPI ModuleEntryPoint( VOID ); /// /// sub_53C /// EFI_STATUS EFIAPI sub_53C( VOID ); /// /// sub_A9C /// EFI_STATUS EFIAPI sub_A9C( VOID ); /// /// sub_9D8 /// EFI_STATUS EFIAPI sub_9D8( VOID ); #endif /* __SMMTCGSTORAGESEC_H__ */