Stubbed HardwareRegister class
Commented out all of the ported PRD code in order to get the those .cpp
files to compile. Will eventually add code back in as we port the PRD
code to libhei.
Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: If57f8a318cf82fb444cbef4867c1c34b06920496
diff --git a/src/register/hei_hardware_register.hpp b/src/register/hei_hardware_register.hpp
index ddea721..a60b2bd 100755
--- a/src/register/hei_hardware_register.hpp
+++ b/src/register/hei_hardware_register.hpp
@@ -14,18 +14,23 @@
#include <register/hei_register.hpp>
#include <util/hei_bit_string.hpp>
+#if 0
#include <prdfHomRegisterAccess.H>
+#endif
namespace libhei
{
+#if 0
// Forward References
class CHIP_CLASS;
class MopsRegisterAccess;
class ExtensibleChip;
+#endif
class HardwareRegister : public Register
{
+#if 0
public:
/**
@@ -212,6 +217,7 @@
uint64_t iv_scomAddress; // scom address associated with regiser
AccessLevel iv_operationType; // Operation supported (RO, WO, or RW)
+#endif
};
} // end namespace libhei