Newer
Older
AMI-Aptio-BIOS-Reversed / LenovoServerPkg / Driver / LnvDriverSmm / LnvDriverSmm.h
@Ajax Dong Ajax Dong 2 days ago 498 bytes Full restructure
/** @file
  LnvDriverSmm.h -- Header for LnvDriverSmm


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __LNVDRIVERSMM_H__
#define __LNVDRIVERSMM_H__

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

//
// Function Prototypes
//

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

///
/// sub_4DC
///
EFI_STATUS
EFIAPI
sub_4DC(
  VOID
);

///
/// sub_6BC
///
EFI_STATUS
EFIAPI
sub_6BC(
  VOID
);

#endif /* __LNVDRIVERSMM_H__ */