Newer
Older
AMI-Aptio-BIOS-Reversed / UefiCpuPkg / PiSmmCommunication / PiSmmCommunicationPei / PiSmmCommunicationPei.h
@Ajax Dong Ajax Dong 2 days ago 314 bytes Recovering names (cleanups)
#ifndef __PISMMCOMMUNICATIONPEI__H__
#define __PISMMCOMMUNICATIONPEI__H__

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

EFI_STATUS EFIAPI PiSmmCommunicationPeiModuleEntryPoint(VOID);
EFI_STATUS EFIAPI PiSmmCommunicationPeiCommunicate(INTN CommunicateSize, INTN CommunicateBuffer);

#endif /* __PISMMCOMMUNICATIONPEI__H__ */