public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Marvin Häuser" <Marvin.Haeuser@outlook.com>
To: "edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Cc: "michael.d.kinney@intel.com" <michael.d.kinney@intel.com>,
	"liming.gao@intel.com" <liming.gao@intel.com>
Subject: [PATCH 5/5] MdePkg/LegacySpiSmmFlash.h: Add the missing SpiSmmIo header.
Date: Tue, 27 Feb 2018 16:49:13 +0000	[thread overview]
Message-ID: <AM4PR06MB1491532B81360CA395A16F0980C00@AM4PR06MB1491.eurprd06.prod.outlook.com> (raw)
In-Reply-To: <20180227164853.3512-1-Marvin.Haeuser@outlook.com>

Add the missing header for the SPI SMM IO protocol.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Marvin Haeuser <Marvin.Haeuser@outlook.com>
---
 MdePkg/Include/Protocol/SpiSmmIo.h | 25 ++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/MdePkg/Include/Protocol/SpiSmmIo.h b/MdePkg/Include/Protocol/SpiSmmIo.h
new file mode 100644
index 000000000000..de6f8d8e31cc
--- /dev/null
+++ b/MdePkg/Include/Protocol/SpiSmmIo.h
@@ -0,0 +1,25 @@
+/** @file
+  This file defines the SPI SMM IO Protocol.
+
+  Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
+  This program and the accompanying materials
+  are licensed and made available under the terms and conditions of the BSD
+  License which accompanies this distribution. The full text of the license may
+  be found at http://opensource.org/licenses/bsd-license.php
+
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+
+  @par Revision Reference:
+    This Protocol was introduced in UEFI PI Specification 1.6.
+
+**/
+
+#ifndef __SPI_SMM_IO_PROTOCOL_H__
+#define __SPI_SMM_IO_PROTOCOL_H__
+
+#include <Protocol/SpiIo.h>
+
+typedef struct _EFI_SPI_IO_PROTOCOL EFI_SPI_SMM_IO_PROTOCOL;
+
+#endif // __SPI_SMM_IO_PROTOCOL_H__
-- 
2.16.0.windows.2



      parent reply	other threads:[~2018-02-27 16:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20180227164853.3512-1-Marvin.Haeuser@outlook.com>
2018-02-27 16:49 ` [PATCH 2/5] MdePkg/SPI: Add missing definitions Marvin Häuser
2018-02-27 16:49 ` [PATCH 3/5] MdePkg/SPI: Cleanup the protocol headers Marvin Häuser
2018-02-27 16:49 ` [PATCH 4/5] MdePkg/LegacySpiSmmFlash.h: Add missing include directive Marvin Häuser
2018-02-27 16:49 ` Marvin Häuser [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AM4PR06MB1491532B81360CA395A16F0980C00@AM4PR06MB1491.eurprd06.prod.outlook.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox