]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/EmmcCardInfoProtocol.h
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / SouthCluster / Include / Protocol / EmmcCardInfoProtocol.h
diff --git a/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/EmmcCardInfoProtocol.h b/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/EmmcCardInfoProtocol.h
deleted file mode 100644 (file)
index d92f227..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-/*++\r
-\r
-Copyright (c)  2013  - 2014, Intel Corporation. All rights reserved\r
-\r
-  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-\r
---*/\r
-\r
-\r
-/*++\r
-Module Name:\r
-\r
-  EmmcCardInfoProtocol.h\r
-\r
-Abstract:\r
-\r
-  Interface definition for EFI_EMMC_CARD_INFO_PROTOCOL\r
-\r
---*/\r
-\r
-\r
-#ifndef _EMMC_CARD_INFO_H_\r
-#define _EMMC_CARD_INFO_H_\r
-\r
-#define EFI_EMMC_CARD_INFO_PROTOCOL_GUID \\r
-  { \\r
-    0x1ebe5ab9, 0x2129, 0x49e7, {0x84, 0xd7, 0xee, 0xb9, 0xfc, 0xe5, 0xde, 0xdd } \\r
-  }\r
-\r
-typedef struct _EFI_EMMC_CARD_INFO_PROTOCOL  EFI_EMMC_CARD_INFO_PROTOCOL;\r
-\r
-\r
-//\r
-// EMMC Card info Structures\r
-//\r
-struct _EFI_EMMC_CARD_INFO_PROTOCOL {\r
-  CARD_DATA *CardData;\r
-};\r
-\r
-extern EFI_GUID gEfiEmmcCardInfoProtocolGuid;\r
-#endif\r