diff options
Diffstat (limited to 'src/include/usr/vpd/vpd_if.H')
| -rw-r--r-- | src/include/usr/vpd/vpd_if.H | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/usr/vpd/vpd_if.H b/src/include/usr/vpd/vpd_if.H index d3915ee6a..eff196042 100644 --- a/src/include/usr/vpd/vpd_if.H +++ b/src/include/usr/vpd/vpd_if.H @@ -70,6 +70,15 @@ namespace VPD */ bool cvpdPresent ( TARGETING::Target * i_target ); + + /** + * @brief This function sets the part and serial number attributes for + * a given target + * @param[in] i_target - the target to set the attributes for + * + */ + void setPartAndSerialNumberAttributes( TARGETING::Target * i_target ); + /** * @brief This function checks to see if the given pvpd target * is present |

