summaryrefslogtreecommitdiffstats
path: root/src/include/usr/fapi2
diff options
context:
space:
mode:
authorGeorge Keishing <gkeishin@in.ibm.com>2016-02-03 03:03:07 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-04-27 11:07:34 -0400
commit29319e3a075801a154e4b95434bd7d49797274ca (patch)
tree8550826fa5f5f055a38323e205ffee822a6734ff /src/include/usr/fapi2
parent9c0009a21f815a05a5ce052243e25462682cd25c (diff)
downloadblackbird-hostboot-29319e3a075801a154e4b95434bd7d49797274ca.tar.gz
blackbird-hostboot-29319e3a075801a154e4b95434bd7d49797274ca.zip
FAPI2 Plat support for spd accessors
Change-Id: Ib490662418cd91b6a545462f2aa6566f5fd9c4ae RTC:140332 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/688 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/fapi2')
-rw-r--r--src/include/usr/fapi2/plat_spd_access.H45
1 files changed, 45 insertions, 0 deletions
diff --git a/src/include/usr/fapi2/plat_spd_access.H b/src/include/usr/fapi2/plat_spd_access.H
new file mode 100644
index 000000000..98664e49a
--- /dev/null
+++ b/src/include/usr/fapi2/plat_spd_access.H
@@ -0,0 +1,45 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/include/usr/fapi2/plat_spd_access.H $ */
+/* */
+/* OpenPOWER HostBoot Project */
+/* */
+/* Contributors Listed Below - COPYRIGHT 2016 */
+/* [+] International Business Machines Corp. */
+/* */
+/* */
+/* Licensed under the Apache License, Version 2.0 (the "License"); */
+/* you may not use this file except in compliance with the License. */
+/* You may obtain a copy of the License at */
+/* */
+/* http://www.apache.org/licenses/LICENSE-2.0 */
+/* */
+/* Unless required by applicable law or agreed to in writing, software */
+/* distributed under the License is distributed on an "AS IS" BASIS, */
+/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or */
+/* implied. See the License for the specific language governing */
+/* permissions and limitations under the License. */
+/* */
+/* IBM_PROLOG_END_TAG */
+#ifndef PLAT_SPD_ACCESS_H_
+#define PLAT_SPD_ACCESS_H_
+
+#include <stdint.h>
+#include <errl/errlentry.H>
+#include <devicefw/userif.H>
+#include <return_code.H>
+#include <target.H>
+#include <target_types.H>
+#include <hw_access_def.H>
+
+namespace fapi2
+{
+
+// --------------------------------------------------------------------------
+// NOTE:
+// SPD interface placeholder
+// --------------------------------------------------------------------------
+
+} // End namespace
+#endif // PLAT_SPD_ACCESS_H_
OpenPOWER on IntegriCloud