TianoCore EDK2 master
Loading...
Searching...
No Matches
MemoryAccept.h File Reference

Go to the source code of this file.

Data Structures

struct  _EDKII_MEMORY_ACCEPT_PROTOCOL
 

Macros

#define EDKII_MEMORY_ACCEPT_PROTOCOL_GUID    { 0x38c74800, 0x5590, 0x4db4, { 0xa0, 0xf3, 0x67, 0x5d, 0x9b, 0x8e, 0x80, 0x26 } };
 

Typedefs

typedef struct _EDKII_MEMORY_ACCEPT_PROTOCOL EDKII_MEMORY_ACCEPT_PROTOCOL
 
typedef EFI_STATUS(EFIAPI * EDKII_ACCEPT_MEMORY) (IN EDKII_MEMORY_ACCEPT_PROTOCOL *This, IN EFI_PHYSICAL_ADDRESS StartAddress, IN UINTN Size)
 

Variables

EFI_GUID gEdkiiMemoryAcceptProtocolGuid
 

Detailed Description

The file provides the protocol to provide interface to accept memory.

Copyright (c) 2021 - 2022, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file MemoryAccept.h.

Macro Definition Documentation

◆ EDKII_MEMORY_ACCEPT_PROTOCOL_GUID

#define EDKII_MEMORY_ACCEPT_PROTOCOL_GUID    { 0x38c74800, 0x5590, 0x4db4, { 0xa0, 0xf3, 0x67, 0x5d, 0x9b, 0x8e, 0x80, 0x26 } };

Definition at line 11 of file MemoryAccept.h.

Typedef Documentation

◆ EDKII_ACCEPT_MEMORY

typedef EFI_STATUS(EFIAPI * EDKII_ACCEPT_MEMORY) (IN EDKII_MEMORY_ACCEPT_PROTOCOL *This, IN EFI_PHYSICAL_ADDRESS StartAddress, IN UINTN Size)
Parameters
ThisA pointer to a EDKII_MEMORY_ACCEPT_PROTOCOL.

Definition at line 20 of file MemoryAccept.h.

◆ EDKII_MEMORY_ACCEPT_PROTOCOL