summaryrefslogtreecommitdiffstats
path: root/src/include/usr/fapi2/plat_mbvpd_access.H
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2017-08-09 10:09:40 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-23 14:46:42 -0400
commit24221c6d32c1c763b171f9169939f630dda7fc69 (patch)
treebfa26365155001c81ad44fbd4e2995cb866271cf /src/include/usr/fapi2/plat_mbvpd_access.H
parente5790aed63a53234a4ae733b5b351feae9e81670 (diff)
downloadtalos-hostboot-24221c6d32c1c763b171f9169939f630dda7fc69.tar.gz
talos-hostboot-24221c6d32c1c763b171f9169939f630dda7fc69.zip
platform implementation of mbvpd/cvpd accesses
Change-Id: I6a210797313ba9458e75d9a61c594543cbf98c24 RTC:176071 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44421 Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: SWATHI M. BHATTIPROLU <bhmadhur@in.ibm.com> Reviewed-by: Sakethan R. Kotta <sakkotta@in.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/fapi2/plat_mbvpd_access.H')
-rw-r--r--src/include/usr/fapi2/plat_mbvpd_access.H45
1 files changed, 45 insertions, 0 deletions
diff --git a/src/include/usr/fapi2/plat_mbvpd_access.H b/src/include/usr/fapi2/plat_mbvpd_access.H
new file mode 100644
index 000000000..a8660a7b9
--- /dev/null
+++ b/src/include/usr/fapi2/plat_mbvpd_access.H
@@ -0,0 +1,45 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/include/usr/fapi2/plat_mbvpd_access.H $ */
+/* */
+/* OpenPOWER HostBoot Project */
+/* */
+/* Contributors Listed Below - COPYRIGHT 2017 */
+/* [+] 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_MBVPD_ACCESS_H_
+#define PLAT_MBVPD_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:
+// MBVPD interface placeholder
+// --------------------------------------------------------------------------
+
+} // End namespace
+#endif // PLAT_MBVPD_ACCESS_H_
OpenPOWER on IntegriCloud