#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__ */
