diff options
Diffstat (limited to 'src/include/usr/hdat/hdat.H')
-rwxr-xr-x | src/include/usr/hdat/hdat.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/usr/hdat/hdat.H b/src/include/usr/hdat/hdat.H index b173dcd98..f752f23cf 100755 --- a/src/include/usr/hdat/hdat.H +++ b/src/include/usr/hdat/hdat.H @@ -203,7 +203,7 @@ struct hdatSpira_t /** @enum List of possible Range Types for Reserved Hostboot Memory (RHB) */ -enum hdatMsVpdRhbAddrRangeType +enum hdatMsVpdRhbAddrRangeType : uint8_t { RHB_TYPE_PRIMARY = 0, RHB_TYPE_HBRT = 1, |