Newer
Older
AMI-Aptio-BIOS-Reversed / PurleySktPkg / SouthClusterLbg / Gpio / Smm / PchGpioUnlockSmm / PchGpioUnlockSmm.h
@Ajax Dong Ajax Dong 2 days ago 578 bytes Full restructure
/** @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__ */