summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/dram_initialization/proc_exit_cache_contained/proc_exit_cache_contained.H
diff options
context:
space:
mode:
authorMark Wenning <wenning@us.ibm.com>2012-05-09 13:14:54 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-05-15 10:28:46 -0500
commit645ef80252ae880659617c90c33ebfbca4d172e9 (patch)
treec908fd3645da09d958db6c54b6e9383858e866f0 /src/usr/hwpf/hwp/dram_initialization/proc_exit_cache_contained/proc_exit_cache_contained.H
parentf9bbb846984a8f2d1afff958d8731342beaad18e (diff)
downloadtalos-hostboot-645ef80252ae880659617c90c33ebfbca4d172e9.tar.gz
talos-hostboot-645ef80252ae880659617c90c33ebfbca4d172e9.zip
Add proc_exit_cache_contained HWP stub
RTC: 41355 Change-Id: I99653a294d9e544452cb3ffa4e6d2a8cbd74ec5b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1045 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/dram_initialization/proc_exit_cache_contained/proc_exit_cache_contained.H')
-rw-r--r--src/usr/hwpf/hwp/dram_initialization/proc_exit_cache_contained/proc_exit_cache_contained.H69
1 files changed, 69 insertions, 0 deletions
diff --git a/src/usr/hwpf/hwp/dram_initialization/proc_exit_cache_contained/proc_exit_cache_contained.H b/src/usr/hwpf/hwp/dram_initialization/proc_exit_cache_contained/proc_exit_cache_contained.H
new file mode 100644
index 000000000..4556399d1
--- /dev/null
+++ b/src/usr/hwpf/hwp/dram_initialization/proc_exit_cache_contained/proc_exit_cache_contained.H
@@ -0,0 +1,69 @@
+/* IBM_PROLOG_BEGIN_TAG
+ * This is an automatically generated prolog.
+ *
+ * $Source: src/usr/hwpf/hwp/dram_initialization/proc_exit_cache_contained/proc_exit_cache_contained.H $
+ *
+ * IBM CONFIDENTIAL
+ *
+ * COPYRIGHT International Business Machines Corp. 2012
+ *
+ * p1
+ *
+ * Object Code Only (OCO) source materials
+ * Licensed Internal Code Source Materials
+ * IBM HostBoot Licensed Internal Code
+ *
+ * The source code for this program is not published or other-
+ * wise divested of its trade secrets, irrespective of what has
+ * been deposited with the U.S. Copyright Office.
+ *
+ * Origin: 30
+ *
+ * IBM_PROLOG_END_TAG
+ */
+// $Id: proc_exit_cache_contained.H,v 1.1 2012/03/14 06:03:11 venton Exp $
+// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ipl/fapi/proc_exit_cache_contained.H,v $
+//------------------------------------------------------------------------------
+// *|
+// *! (C) Copyright International Business Machines Corp. 2011
+// *! All Rights Reserved -- Property of IBM
+// *! *** IBM Confidential ***
+// *|
+// *! TITLE : proc_exit_cache_contained.H
+// *! DESCRIPTION :
+// *!
+// *! OWNER NAME : Jeshua Smith Email: jeshua@us.ibm.com
+// *!
+// *! ADDITIONAL COMMENTS:
+// *!
+// *!
+//------------------------------------------------------------------------------
+
+#ifndef _PROC_EXIT_CACHE_CONTAINED_H_
+#define _PROC_EXIT_CACHE_CONTAINED_H_
+
+//------------------------------------------------------------------------------
+// Includes
+//------------------------------------------------------------------------------
+
+#include <fapi.H>
+
+//------------------------------------------------------------------------------
+// Structure definitions
+//------------------------------------------------------------------------------
+
+// function pointer typedef definition for HWP call support
+typedef fapi::ReturnCode
+(*proc_exit_cache_contained_FP_t)();
+
+//------------------------------------------------------------------------------
+// Constant definitions
+//------------------------------------------------------------------------------
+
+extern "C"
+{
+fapi::ReturnCode proc_exit_cache_contained();
+
+} // extern "C"
+
+#endif // _PROC_EXIT_CACHE_CONTAINED_H_
OpenPOWER on IntegriCloud