diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2014-08-07 08:58:27 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-02-25 08:40:46 -0600 |
| commit | db33d79e8497b59a0add7c74be2f2251f4cd0c1e (patch) | |
| tree | 5b73fb84d44df5ec6c2edb928eb529de9c9ef0d7 /src/include/usr/hwas | |
| parent | 7894fc7b2f7e848267b4f3666f5d8410ea9b894a (diff) | |
| download | talos-hostboot-db33d79e8497b59a0add7c74be2f2251f4cd0c1e.tar.gz talos-hostboot-db33d79e8497b59a0add7c74be2f2251f4cd0c1e.zip | |
Update comments for callout priorities
Change-Id: I3d37e79d55db5c54dfe58e7adefe6f75656ec646
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12679
Tested-by: Jenkins Server
Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwas')
| -rw-r--r-- | src/include/usr/hwas/common/hwasCallout.H | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/usr/hwas/common/hwasCallout.H b/src/include/usr/hwas/common/hwasCallout.H index f8611c0e8..8b66be550 100644 --- a/src/include/usr/hwas/common/hwasCallout.H +++ b/src/include/usr/hwas/common/hwasCallout.H @@ -93,13 +93,13 @@ enum epubProcedureID // from srci/fsp/srci.H enum callOutPriority { - SRCI_PRIORITY_NONE = 0, - SRCI_PRIORITY_LOW = 1, - SRCI_PRIORITY_MEDC = 2, - SRCI_PRIORITY_MEDB = 3, - SRCI_PRIORITY_MEDA = 4, - SRCI_PRIORITY_MED = 5, - SRCI_PRIORITY_HIGH = 6 + SRCI_PRIORITY_NONE = 0, //< Invalid externally, but used internally + SRCI_PRIORITY_LOW = 1, //< Replace items one at a time in listed order + SRCI_PRIORITY_MEDC = 2, //< Replace all items together as a group + SRCI_PRIORITY_MEDB = 3, //< Replace all items together as a group + SRCI_PRIORITY_MEDA = 4, //< Replace all items together as a group + SRCI_PRIORITY_MED = 5, //< Replace items one at a time in listed order + SRCI_PRIORITY_HIGH = 6 //< Replace all items together as a group }; enum busTypeEnum |

