diff options
Diffstat (limited to 'src/usr/runtime/common/hsvc_attribute_structs.H')
| -rw-r--r-- | src/usr/runtime/common/hsvc_attribute_structs.H | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/runtime/common/hsvc_attribute_structs.H b/src/usr/runtime/common/hsvc_attribute_structs.H index 19f12ddcd..4493b07d5 100644 --- a/src/usr/runtime/common/hsvc_attribute_structs.H +++ b/src/usr/runtime/common/hsvc_attribute_structs.H @@ -73,5 +73,6 @@ struct hsvc_node_data_t // Custom Attribute IDs // Note: Standard fapi::AttributeId are only 32-bits so we can use the top // 32-bits of the 64-bit value for our own numbers -static const uint64_t HSVC_HUID = 0xFF000001FFFFFFFF; -static const uint64_t HSVC_PHYS_PATH = 0xFF000002FFFFFFFF; +static const uint64_t HSVC_HUID = 0xFF000001FFFFFFFF; +static const uint64_t HSVC_PHYS_PATH = 0xFF000002FFFFFFFF; +static const uint64_t HSVC_ECMD_STRING = 0xFF000003FFFFFFFF; |

