summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/initfiles/p9_npu_scom.H
diff options
context:
space:
mode:
authorJoshua Hannan <jlhannan@us.ibm.com>2016-03-24 17:28:05 -0400
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-28 16:42:51 -0400
commit711e8753f57071e927e7c4b3e47de941dba55c3f (patch)
treef1852c48ca8aaf389e26bc197d0b2ffe441b3a19 /src/import/chips/p9/procedures/hwp/initfiles/p9_npu_scom.H
parent33b979a15304e482461f71b2372ccb4feb844676 (diff)
downloadtalos-hostboot-711e8753f57071e927e7c4b3e47de941dba55c3f.tar.gz
talos-hostboot-711e8753f57071e927e7c4b3e47de941dba55c3f.zip
L2 for NPU scominit
Change-Id: I17ea99903a54254a96036450d1477815bfc046e5 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22466 Tested-by: Jenkins Server Reviewed-by: CHRISTINA L. GRAVES <clgraves@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26353 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/initfiles/p9_npu_scom.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/initfiles/p9_npu_scom.H39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/initfiles/p9_npu_scom.H b/src/import/chips/p9/procedures/hwp/initfiles/p9_npu_scom.H
new file mode 100644
index 000000000..c4320cd74
--- /dev/null
+++ b/src/import/chips/p9/procedures/hwp/initfiles/p9_npu_scom.H
@@ -0,0 +1,39 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: chips/p9/procedures/hwp/initfiles/p9_npu_scom.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* EKB Project */
+/* */
+/* COPYRIGHT 2016 */
+/* [+] International Business Machines Corp. */
+/* */
+/* */
+/* The source code for this program is not published or otherwise */
+/* divested of its trade secrets, irrespective of what has been */
+/* deposited with the U.S. Copyright Office. */
+/* */
+/* IBM_PROLOG_END_TAG */
+#ifndef _INIT_P9_NPU_SCOM_PROCEDURE_H_
+#define _INIT_P9_NPU_SCOM_PROCEDURE_H_
+
+
+#include <stddef.h>
+#include <stdint.h>
+#include <fapi2.H>
+
+
+typedef fapi2::ReturnCode (*p9_npu_scom_FP_t)(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>&,
+ const fapi2::Target<fapi2::TARGET_TYPE_SYSTEM>&);
+
+extern "C"
+{
+
+ fapi2::ReturnCode p9_npu_scom(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& TGT0,
+ const fapi2::Target<fapi2::TARGET_TYPE_SYSTEM>& TGT1);
+
+}
+
+#endif
OpenPOWER on IntegriCloud