Newer
Older
AMI-Aptio-BIOS-Reversed / Setup / Setup.h
@Ajax Dong Ajax Dong 2 days ago 463 bytes Init
/** @file
  Setup.h -- Header for Setup


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __SETUP_H__
#define __SETUP_H__

#include "../uefi_headers/Uefi.h"

//
// Function Prototypes
//

///
/// ModuleEntryPoint -- UEFI entry point / initialization function
///
EFI_STATUS
EFIAPI
ModuleEntryPoint(
  VOID
);

///
/// sub_42C
///
EFI_STATUS
EFIAPI
sub_42C(
  VOID
);

///
/// sub_F14
///
EFI_STATUS
EFIAPI
sub_F14(
  VOID
);

#endif /* __SETUP_H__ */