From 877e635c96a6c7f2d657fb8abb974417b033e282 Mon Sep 17 00:00:00 2001 From: vanlee Date: Sun, 28 Apr 2013 00:59:59 -0500 Subject: 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 Reviewed-by: A. Patrick Williams III --- src/usr/hwpf/hwp/tod_init/tod_init.H | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/usr/hwpf/hwp/tod_init/tod_init.H (limited to 'src/usr/hwpf/hwp/tod_init/tod_init.H') 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 -- cgit v1.2.1