diff options
Diffstat (limited to 'include/sys/systeminfo.h')
-rw-r--r-- | include/sys/systeminfo.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sys/systeminfo.h b/include/sys/systeminfo.h index e297f2a5a..0e8934554 100644 --- a/include/sys/systeminfo.h +++ b/include/sys/systeminfo.h @@ -1,4 +1,9 @@ #ifndef _SPL_SYSTEMINFO_H #define _SPL_SYSTEMINFO_H +#define HW_INVALID_HOSTID 0xFFFFFFFF /* an invalid hostid */ +#define HW_HOSTID_LEN 11 /* minimum buffer size needed */ + /* to hold a decimal or hex */ + /* hostid string */ + #endif /* SPL_SYSTEMINFO_H */ |