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


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __UUIDDXE_H__
#define __UUIDDXE_H__

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

//
// Function Prototypes
//

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

///
/// sub_6B8
///
EFI_STATUS
EFIAPI
sub_6B8(
  VOID
);

///
/// sub_6F8
///
EFI_STATUS
EFIAPI
sub_6F8(
  VOID
);

///
/// sub_3FC
///
EFI_STATUS
EFIAPI
sub_3FC(
  VOID
);

#endif /* __UUIDDXE_H__ */