~ubuntu-branches/ubuntu/wily/spl-linux/wily-proposed

« back to all changes in this revision

Viewing changes to include/sys/systeminfo.h

  • Committer: Package Import Robot
  • Author(s): Liang Guo
  • Date: 2014-07-31 15:16:53 UTC
  • Revision ID: package-import@ubuntu.com-20140731151653-tgao12alohj26jcs
Tags: upstream-0.6.3+git20140731
ImportĀ upstreamĀ versionĀ 0.6.3+git20140731

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#ifndef _SPL_SYSTEMINFO_H
26
26
#define _SPL_SYSTEMINFO_H
27
27
 
28
 
#define HW_INVALID_HOSTID       0xFFFFFFFF      /* an invalid hostid */
29
28
#define HW_HOSTID_LEN           11              /* minimum buffer size needed */
30
29
                                                /* to hold a decimal or hex */
31
30
                                                /* hostid string */