Newer
Older
AMI-Aptio-BIOS-Reversed / AmiModulePkg / Terminal / SerialMuxControl / SerialMuxControl.h
@Ajax Dong Ajax Dong 2 days ago 576 bytes Full restructure
/** @file
  SerialMuxControl.h -- Header for SerialMuxControl


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __SERIALMUXCONTROL_H__
#define __SERIALMUXCONTROL_H__

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

//
// Function Prototypes
//

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

///
/// sub_868
///
EFI_STATUS
EFIAPI
sub_868(
  VOID
);

///
/// sub_964
///
EFI_STATUS
EFIAPI
sub_964(
  VOID
);

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

#endif /* __SERIALMUXCONTROL_H__ */