TianoCore EDK2 master
Loading...
Searching...
No Matches
SdMmcHostController.h
Go to the documentation of this file.
1
9#ifndef _EDKII_PEI_SD_MMC_HOST_CONTROLLER_PPI_H_
10#define _EDKII_PEI_SD_MMC_HOST_CONTROLLER_PPI_H_
11
15#define EDKII_SD_MMC_HOST_CONTROLLER_PPI_GUID \
16 { \
17 0xb30dfeed, 0x947f, 0x4396, { 0xb1, 0x5a, 0xdf, 0xbd, 0xb9, 0x16, 0xdc, 0x24 } \
18 }
19
24
39typedef
43 IN UINT8 ControllerId,
44 IN OUT UINTN **MmioBar,
45 OUT UINT8 *BarNum
46 );
47
52 EDKII_SD_MMC_HC_GET_MMIO_BAR GetSdMmcHcMmioBar;
53};
54
55extern EFI_GUID gEdkiiPeiSdMmcHostControllerPpiGuid;
56
57#endif
UINT64 UINTN
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
EFI_STATUS(EFIAPI * EDKII_SD_MMC_HC_GET_MMIO_BAR)(IN EDKII_SD_MMC_HOST_CONTROLLER_PPI *This, IN UINT8 ControllerId, IN OUT UINTN **MmioBar, OUT UINT8 *BarNum)
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
Definition: Base.h:213