summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/tod_init/tod_init.H
diff options
context:
space:
mode:
authorvanlee <vanlee@us.ibm.com>2013-04-28 00:59:59 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-05-08 14:24:52 -0500
commit877e635c96a6c7f2d657fb8abb974417b033e282 (patch)
tree5f8fdd8bdf32117127143870aa13fc7ab7332b75 /src/usr/hwpf/hwp/tod_init/tod_init.H
parent7af1d3ab7d3ab0049032cbdb3f04fd0e773724fe (diff)
downloadtalos-hostboot-877e635c96a6c7f2d657fb8abb974417b033e282.tar.gz
talos-hostboot-877e635c96a6c7f2d657fb8abb974417b033e282.zip
Port FSP TOD service module to Hostboot for SPless system
Change-Id: I9f61df4b8ea05c5634578cc8e27f5ffa7dadf8da RTC: 67846 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4250 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/tod_init/tod_init.H')
-rw-r--r--src/usr/hwpf/hwp/tod_init/tod_init.H32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/usr/hwpf/hwp/tod_init/tod_init.H b/src/usr/hwpf/hwp/tod_init/tod_init.H
new file mode 100644
index 000000000..7f7688f2f
--- /dev/null
+++ b/src/usr/hwpf/hwp/tod_init/tod_init.H
@@ -0,0 +1,32 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/include/usr/hwpf/hwp/tod_init/tod_init.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2013 */
+/* */
+/* 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 otherwise */
+/* divested of its trade secrets, irrespective of what has been */
+/* deposited with the U.S. Copyright Office. */
+/* */
+/* Origin: 30 */
+/* */
+/* IBM_PROLOG_END_TAG */
+#ifndef TOD_INIT_H
+#define TOD_INIT_H
+
+namespace TOD
+{
+ void * call_tod_setup(void *dummy);
+ void * call_tod_init(void *dummy);
+};
+
+#endif
OpenPOWER on IntegriCloud