diff options
| author | Zane Shelley <zshelle@us.ibm.com> | 2013-05-05 16:39:07 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-06-11 09:10:52 -0500 |
| commit | aad40c5ff3cfea7c2901a2f96f6fe4c2c8568f9b (patch) | |
| tree | eb377b4aba02b8c13451f81bd189ddeacdf95aa8 /src/usr/diag/prdf/common/framework/register/prdfCaptureData.C | |
| parent | 3c953d5b070d51e9e246a4cf74d540620efafd2f (diff) | |
| download | blackbird-hostboot-aad40c5ff3cfea7c2901a2f96f6fe4c2c8568f9b.tar.gz blackbird-hostboot-aad40c5ff3cfea7c2901a2f96f6fe4c2c8568f9b.zip | |
PRD: simplified interface for [g|s]etBadDqBitmap functions
Change-Id: Id3ce782ab0a523affff3018445e521bec62df2e3
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4371
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Reviewed-by: Zane Shelley <zshelle@us.ibm.com>
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4933
Diffstat (limited to 'src/usr/diag/prdf/common/framework/register/prdfCaptureData.C')
| -rwxr-xr-x | src/usr/diag/prdf/common/framework/register/prdfCaptureData.C | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/usr/diag/prdf/common/framework/register/prdfCaptureData.C b/src/usr/diag/prdf/common/framework/register/prdfCaptureData.C index 1c4c2219f..0431cf87e 100755 --- a/src/usr/diag/prdf/common/framework/register/prdfCaptureData.C +++ b/src/usr/diag/prdf/common/framework/register/prdfCaptureData.C @@ -29,20 +29,6 @@ // Includes //---------------------------------------------------------------------- -#ifdef __HOSTBOOT_MODULE - -// For hostboot, these are no-ops -#define htonl(foo) (foo) -#define htons(foo) (foo) -#define ntohl(foo) (foo) -#define ntohs(foo) (foo) - -#else - -// for hton funcs. -#include <netinet/in.h> - -#endif #include <iipbits.h> #include <prdfHomRegisterAccess.H> // dg06a #include <prdfScomRegister.H> |

