]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/EmmcCardInfoProtocol.h
Vlv2DeviceRefCodePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / SouthCluster / Include / Protocol / EmmcCardInfoProtocol.h
CommitLineData
3cbfba02
DW
1/*++\r
2\r
3Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved\r
4\r
7ede8060 5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
3cbfba02
DW
6\r
7\r
8--*/\r
9\r
10\r
11/*++\r
12Module Name:\r
13\r
14 EmmcCardInfoProtocol.h\r
15\r
16Abstract:\r
17\r
18 Interface definition for EFI_EMMC_CARD_INFO_PROTOCOL\r
19\r
20--*/\r
21\r
22\r
23#ifndef _EMMC_CARD_INFO_H_\r
24#define _EMMC_CARD_INFO_H_\r
25\r
26#define EFI_EMMC_CARD_INFO_PROTOCOL_GUID \\r
27 { \\r
28 0x1ebe5ab9, 0x2129, 0x49e7, {0x84, 0xd7, 0xee, 0xb9, 0xfc, 0xe5, 0xde, 0xdd } \\r
29 }\r
30\r
31typedef struct _EFI_EMMC_CARD_INFO_PROTOCOL EFI_EMMC_CARD_INFO_PROTOCOL;\r
32\r
33\r
34//\r
35// EMMC Card info Structures\r
36//\r
37struct _EFI_EMMC_CARD_INFO_PROTOCOL {\r
38 CARD_DATA *CardData;\r
39};\r
40\r
41extern EFI_GUID gEfiEmmcCardInfoProtocolGuid;\r
42#endif\r