Fill in voltage fault checking code

Fill in the code to check for a voltage fault.  This is where
the power sequencer device detects that one of its child
devices has a bad voltage.  A separate error log will be created
for each voltage rail that has a fault.  Each rail will only have
an error logged against it once for the lifetime of the object.

There will be support documentation that maps the failing rail
name to the hardware that the rail corresponds to.

Change-Id: I13380b9898613bf8e76d66a72e1fbe005f816dad
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/pmbus.hpp b/pmbus.hpp
index 9c7a0b5..b23ab5e 100644
--- a/pmbus.hpp
+++ b/pmbus.hpp
@@ -11,6 +11,16 @@
 
 namespace fs = std::experimental::filesystem;
 
+constexpr auto STATUS_WORD = "status0";
+
+// Uses Page substitution
+constexpr auto STATUS_VOUT = "statusP_vout";
+
+namespace status_word
+{
+constexpr auto VOUT_FAULT = 0x8000;
+}
+
 /**
  * If the access should be done in the base
  * device directory, the hwmon directory, the