diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/systeminfo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sys/systeminfo.h b/include/sys/systeminfo.h index 592d71584..a32f7142e 100644 --- a/include/sys/systeminfo.h +++ b/include/sys/systeminfo.h @@ -30,4 +30,8 @@ /* to hold a decimal or hex */ /* hostid string */ +/* Supplemental definitions for Linux. */ +#define HW_HOSTID_PATH "/etc/hostid" /* binary configuration file */ +#define HW_HOSTID_MASK 0xFFFFFFFF /* significant hostid bits */ + #endif /* SPL_SYSTEMINFO_H */ |