/** @file PchGpioUnlockSmm.h -- Header for PchGpioUnlockSmm Copyright (c) HR650X BIOS Decompilation Project **/ #ifndef __PCHGPIOUNLOCKSMM_H__ #define __PCHGPIOUNLOCKSMM_H__ #include "../uefi_headers/Uefi.h" // // Function Prototypes // /// /// ModuleEntryPoint -- UEFI entry point / initialization function /// EFI_STATUS EFIAPI ModuleEntryPoint( VOID ); /// /// sub_48C /// EFI_STATUS EFIAPI sub_48C( VOID ); /// /// sub_75C /// EFI_STATUS EFIAPI sub_75C( VOID ); /// /// sub_11D0 /// EFI_STATUS EFIAPI sub_11D0( VOID ); #endif /* __PCHGPIOUNLOCKSMM_H__ */