diff options
author | Elliott Dahle <dedahle@us.ibm.com> | 2013-08-14 11:03:23 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-09-11 14:16:03 -0500 |
commit | e42768a19807e54104670626390043b272d3687d (patch) | |
tree | 2b561d28847827a8aaa52b8d28ee4df8e96aaf0b /src/usr/hwpf/hwp/dimmBadDqBitmapFuncs.C | |
parent | fde3b89b2f9ccf6c4617189c8a356823f71b066b (diff) | |
download | talos-hostboot-e42768a19807e54104670626390043b272d3687d.tar.gz talos-hostboot-e42768a19807e54104670626390043b272d3687d.zip |
Refresh with version strings and move two attributes to match ekb
Change-Id: I2e34cbed1f940195e2c4ba00e88a5237939e4e6f
RTC: 72937
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5789
Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
Tested-by: Jenkins Server
Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/dimmBadDqBitmapFuncs.C')
-rw-r--r-- | src/usr/hwpf/hwp/dimmBadDqBitmapFuncs.C | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usr/hwpf/hwp/dimmBadDqBitmapFuncs.C b/src/usr/hwpf/hwp/dimmBadDqBitmapFuncs.C index 67a4f5640..fe93683f8 100644 --- a/src/usr/hwpf/hwp/dimmBadDqBitmapFuncs.C +++ b/src/usr/hwpf/hwp/dimmBadDqBitmapFuncs.C @@ -20,6 +20,7 @@ /* Origin: 30 */ /* */ /* IBM_PROLOG_END_TAG */ +// $Id: dimmBadDqBitmapFuncs.C,v 1.4 2013/08/13 20:32:55 mjjones Exp $ /** * @file dimmBadDqBitmapFuncs.C * @@ -31,12 +32,17 @@ * Flag Defect/Feature User Date Description * ------ -------------- ---------- ----------- ---------------------------- * mjjones 02/17/2012 Created. + * farrugia 07/09/2012 Added dimmBadDqBitmapAccessHwp.H + * since FAPI_HWP_EXEC may need the + * typedefs function pointer when + * running with some PLATs (ie Cronus) * dedahle 06/20/2013 dimmGetBadDqBitmap/ * dimmSetBadDqBitmap funcs * get/set ATTR_BAD_DQ_BITMAP */ #include <dimmBadDqBitmapFuncs.H> +#include <dimmBadDqBitmapAccessHwp.H> #include <string.h> extern "C" |