summaryrefslogtreecommitdiffstats
path: root/src/include/usr/targeting/common/target.H
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2014-07-07 10:24:06 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-09-15 17:14:29 -0500
commitaf6b57dcb79e522d6a4e140f7952f58b3419cee1 (patch)
tree26664810494f02ff76f4ac6955d1a017f4ddc14e /src/include/usr/targeting/common/target.H
parent574d17e95e5f640054c0e11a6fb9206e61e4bc81 (diff)
downloadblackbird-hostboot-af6b57dcb79e522d6a4e140f7952f58b3419cee1.tar.gz
blackbird-hostboot-af6b57dcb79e522d6a4e140f7952f58b3419cee1.zip
Add BMC Attr override support
Change-Id: I1a42fec21189c55c75e9073527867e4e95528794 RTC: 108376 CMVC-Corec: 931324 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11995 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
Diffstat (limited to 'src/include/usr/targeting/common/target.H')
-rw-r--r--src/include/usr/targeting/common/target.H8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/include/usr/targeting/common/target.H b/src/include/usr/targeting/common/target.H
index e0f6dee4f..04599859f 100644
--- a/src/include/usr/targeting/common/target.H
+++ b/src/include/usr/targeting/common/target.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2014 */
+/* [+] 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. */
@@ -48,7 +50,6 @@
// This component
#include <targeting/common/attributes.H>
-#include <targeting/common/attributeTank.H>
//******************************************************************************
// Forward declarations to allow friend functions to work
@@ -78,7 +79,7 @@ namespace TARGETING
//******************************************************************************
// Type Aliases
//******************************************************************************
-
+class AttributeTank;
class Target;
typedef const Target* ConstTargetHandle_t;
typedef Target* TargetHandle_t;
@@ -570,6 +571,7 @@ class Target
friend class TargetCloner;
friend class TargetService;
friend class AssociationManager;
+ friend class AttributeTank;
// Friend functions to allow FAPI Attribute code to directly call
// _tryGetAttr and _trySetAttr for code size optimization
OpenPOWER on IntegriCloud