]> git.proxmox.com Git - mirror_spl.git/blame - include/sys/systeminfo.h
Update rwlocks to track owner to ensure correct semantics
[mirror_spl.git] / include / sys / systeminfo.h
CommitLineData
12472b24 1#ifndef _SPL_SYSTEMINFO_H
2#define _SPL_SYSTEMINFO_H
3
99639e4a
BB
4#define HW_INVALID_HOSTID 0xFFFFFFFF /* an invalid hostid */
5#define HW_HOSTID_LEN 11 /* minimum buffer size needed */
6 /* to hold a decimal or hex */
7 /* hostid string */
8
12472b24 9#endif /* SPL_SYSTEMINFO_H */