diff options
Diffstat (limited to 'src/include/usr/hdat')
| -rwxr-xr-x | src/include/usr/hdat/hdat.H | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/usr/hdat/hdat.H b/src/include/usr/hdat/hdat.H index bdbc7dbe7..2b4c35daa 100755 --- a/src/include/usr/hdat/hdat.H +++ b/src/include/usr/hdat/hdat.H @@ -227,6 +227,16 @@ enum hdatMsVpdRhbAddrRangeType : uint8_t RHB_TYPE_INVALID = 0xFF }; +/** @enum Permission Types for Reserved Hostboot Memory (RHB) + */ +enum hdatRhbPermType : uint8_t +{ + RHB_NONE = 0x00, + RHB_WRITE_ONLY = 0x80, + RHB_READ_ONLY = 0x40, + RHB_READ_WRITE = RHB_READ_ONLY | RHB_WRITE_ONLY, +}; + /* vpd constants * Defining vpd constants */ |

