diff options
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/sys/sysctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/sys/sysctl.h b/sys/include/sys/sysctl.h index 0086847..3b8d3c7 100644 --- a/sys/include/sys/sysctl.h +++ b/sys/include/sys/sysctl.h @@ -53,6 +53,7 @@ */ #define HW_PAGESIZE 5 #define HW_NCPU 6 +#define HW_MACHINE 7 /* * Option types (i.e., int, string, etc) for |