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 */