aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/systeminfo.h
blob: 0e89345549a8ec86a342e32237babaf401255f6c (plain)
1
2
3
4
5
6
7
8
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 */