summaryrefslogtreecommitdiffstats
path: root/src/ppe/hwpf/plat/include/plat_target_utils.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/ppe/hwpf/plat/include/plat_target_utils.H')
-rw-r--r--src/ppe/hwpf/plat/include/plat_target_utils.H48
1 files changed, 0 insertions, 48 deletions
diff --git a/src/ppe/hwpf/plat/include/plat_target_utils.H b/src/ppe/hwpf/plat/include/plat_target_utils.H
deleted file mode 100644
index dc60cc9..0000000
--- a/src/ppe/hwpf/plat/include/plat_target_utils.H
+++ /dev/null
@@ -1,48 +0,0 @@
-/* IBM_PROLOG_BEGIN_TAG */
-/* This is an automatically generated prolog. */
-/* */
-/* $Source: src/ppe/hwpf/plat/include/plat_target_utils.H $ */
-/* */
-/* OpenPOWER OnChipController Project */
-/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2015 */
-/* [+] 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 */
-/**
- * @file plat_target_util.H
- * @brief platform utility definitions for fapi2 targets
- */
-
-#ifndef __FAPI2_PLAT_TARGET_UTIL__
-#define __FAPI2_PLAT_TARGET_UTIL__
-
-//
-// Platform Utility functions..
-//
-namespace fapi2
-{
-
- /// @brief Function to initialize the G_targets vector based on partial good
- /// attributes
- ReturnCode plat_TargetsInit();
-
- /// @brief Function to initialize the G_targets vector based on partial good
- /// attributes
- Target<TARGET_TYPE_PROC_CHIP> plat_getChipTarget();
-
-}
-#endif
OpenPOWER on IntegriCloud