]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/EmmcCardInfoProtocol.h
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / SouthCluster / Include / Protocol / EmmcCardInfoProtocol.h
... / ...
CommitLineData
1/*++\r
2\r
3Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved\r
4\r
5 This program and the accompanying materials are licensed and made available under\r
6 the terms and conditions of the BSD License that accompanies this distribution.\r
7 The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php.\r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13\r
14--*/\r
15\r
16\r
17/*++\r
18Module Name:\r
19\r
20 EmmcCardInfoProtocol.h\r
21\r
22Abstract:\r
23\r
24 Interface definition for EFI_EMMC_CARD_INFO_PROTOCOL\r
25\r
26--*/\r
27\r
28\r
29#ifndef _EMMC_CARD_INFO_H_\r
30#define _EMMC_CARD_INFO_H_\r
31\r
32#define EFI_EMMC_CARD_INFO_PROTOCOL_GUID \\r
33 { \\r
34 0x1ebe5ab9, 0x2129, 0x49e7, {0x84, 0xd7, 0xee, 0xb9, 0xfc, 0xe5, 0xde, 0xdd } \\r
35 }\r
36\r
37typedef struct _EFI_EMMC_CARD_INFO_PROTOCOL EFI_EMMC_CARD_INFO_PROTOCOL;\r
38\r
39\r
40//\r
41// EMMC Card info Structures\r
42//\r
43struct _EFI_EMMC_CARD_INFO_PROTOCOL {\r
44 CARD_DATA *CardData;\r
45};\r
46\r
47extern EFI_GUID gEfiEmmcCardInfoProtocolGuid;\r
48#endif\r