summaryrefslogtreecommitdiffstats
path: root/src/include/usr/occ/occ.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/occ/occ.H')
-rw-r--r--src/include/usr/occ/occ.H57
1 files changed, 0 insertions, 57 deletions
diff --git a/src/include/usr/occ/occ.H b/src/include/usr/occ/occ.H
deleted file mode 100644
index 6708a8b67..000000000
--- a/src/include/usr/occ/occ.H
+++ /dev/null
@@ -1,57 +0,0 @@
-/* IBM_PROLOG_BEGIN_TAG */
-/* This is an automatically generated prolog. */
-/* */
-/* $Source: src/include/usr/occ/occ.H $ */
-/* */
-/* OpenPOWER HostBoot Project */
-/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2016 */
-/* [+] 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 OCC_H_
-#define OCC_H_
-
-#include <limits.h>
-#include <errl/errlentry.H>
-
-namespace HBOCC {
- /**
- * @brief Starts OCCs on all Processors in the node
- * This is intended to be used for AVP testing.
- *
- * @param[out] o_failedOccTarget: Pointer to the target failing
- * loadnStartAllOccs
- * @param[in] i_useSRAM: bool - use SRAM for OCC image, ie during IPL
- * true if during IPL, false if at end of IPL (default)
- * @return errlHndl_t Error log if OCC load failed
- */
- errlHndl_t loadnStartAllOccs(TARGETING::Target *& o_failedOccTarget,
- bool i_useSRAM = false);
-
- /**
- * @brief Starts OCCs on all Processors in the node
- * This is intended to be used for Open Power.
- *
- * @param[in] i_useSRAM: bool - use SRAM for OCC image, ie during IPL
- * true if during IPL, false if at end of IPL (default)
- * @return errlHndl_t Error log if OCC load failed
- */
- errlHndl_t activateOCCs(bool i_useSRAM = false);
-
-} //end OCC namespace
-
-#endif
OpenPOWER on IntegriCloud