summaryrefslogtreecommitdiffstats
path: root/importtemp/fapi2/include/fapi2_chip_ec_feature.H
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2015-10-13 20:54:36 -0500
committerMartin Peschke <mpeschke@de.ibm.com>2015-10-21 07:20:47 -0500
commit82fc55596dd107514bc3dea1b8be3c23b653c76a (patch)
tree7375f72411c9ff16775d145ce7ea727fbde46806 /importtemp/fapi2/include/fapi2_chip_ec_feature.H
parent43aaa85b59ba06dce6e0f7063234235384e31135 (diff)
downloadtalos-sbe-82fc55596dd107514bc3dea1b8be3c23b653c76a.tar.gz
talos-sbe-82fc55596dd107514bc3dea1b8be3c23b653c76a.zip
Rearrange PPE FAPI2 directory structure to be more in-line with HWPF
- Move files into new structure - Delete old, obsolete files and directories - Pre-import mirror of HWPF into importtemp - No additional function Change-Id: Iadad6eb05349f807acea362ec77d7f58273878b5 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21150 Tested-by: Jenkins Server Reviewed-by: Santosh S. Puranik <santosh.puranik@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com>
Diffstat (limited to 'importtemp/fapi2/include/fapi2_chip_ec_feature.H')
-rw-r--r--importtemp/fapi2/include/fapi2_chip_ec_feature.H21
1 files changed, 20 insertions, 1 deletions
diff --git a/importtemp/fapi2/include/fapi2_chip_ec_feature.H b/importtemp/fapi2/include/fapi2_chip_ec_feature.H
index 2398b5da..856cb6a7 100644
--- a/importtemp/fapi2/include/fapi2_chip_ec_feature.H
+++ b/importtemp/fapi2/include/fapi2_chip_ec_feature.H
@@ -1,3 +1,21 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: hwpf/fapi2/include/fapi2_chip_ec_feature.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* EKB Project */
+/* */
+/* COPYRIGHT 2015 */
+/* [+] International Business Machines Corp. */
+/* */
+/* */
+/* 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. */
+/* */
+/* IBM_PROLOG_END_TAG */
///
/// @file src/include/usr/hwpf/fapi2/fapi2_chip_ec_feature.H
///
@@ -15,6 +33,7 @@
#include <stdint.h>
#include <target.H>
#include <return_code.H>
+#include <attribute_ids.H>
namespace fapi2
{
@@ -33,7 +52,7 @@ namespace fapi2
template< TargetType K >
ReturnCode queryChipEcFeature(AttributeId i_id,
const Target<K>& i_target,
- uint8_t & o_hasFeature);
+ uint8_t& o_hasFeature);
}
#endif
OpenPOWER on IntegriCloud