Newer
Older
AMI-Aptio-BIOS-Reversed / ShellPkg / Application / Shell / FullShell.h
@Ajax Dong Ajax Dong 2 days ago 541 bytes Full restructure
/** @file
  FullShell.h -- Header for FullShell


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __FULLSHELL_H__
#define __FULLSHELL_H__

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

//
// Function Prototypes
//

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

///
/// sub_2E0
///
EFI_STATUS
EFIAPI
sub_2E0(
  VOID
);

///
/// sub_C60
///
EFI_STATUS
EFIAPI
sub_C60(
  VOID
);

///
/// sub_718
///
EFI_STATUS
EFIAPI
sub_718(
  VOID
);

#endif /* __FULLSHELL_H__ */